The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 14 | ![]() |
EmptyBlock | 175 | ![]() | |
LeftCurly | 6 | ![]() | |
NeedBraces | 1650 | ![]() | |
RightCurly | 114 | ![]() | |
coding | AvoidInlineConditionals | 146 | ![]() |
EmptyStatement | 39 | ![]() | |
EqualsHashCode | 8 | ![]() | |
HiddenField | 117 | ![]() | |
InnerAssignment | 204 | ![]() | |
MagicNumber | 2009 | ![]() | |
MissingSwitchDefault | 8 | ![]() | |
SimplifyBooleanExpression | 19 | ![]() | |
design | DesignForExtension | 2663 | ![]() |
FinalClass | 9 | ![]() | |
HideUtilityClassConstructor | 19 | ![]() | |
InterfaceIsType | 7 | ![]() | |
VisibilityModifier | 129 | ![]() | |
imports | AvoidStarImport | 12 | ![]() |
RedundantImport | 4 | ![]() | |
UnusedImports | 58 | ![]() | |
javadoc | JavadocMethod | 2450 | ![]() |
JavadocPackage
|
51 | ![]() | |
JavadocStyle | 1062 | ![]() | |
JavadocType | 74 | ![]() | |
JavadocVariable | 1102 | ![]() | |
misc | ArrayTypeStyle | 8 | ![]() |
FinalParameters | 2565 | ![]() | |
NewlineAtEndOfFile | 7 | ![]() | |
TodoComment | 49 | ![]() | |
Translation | 7 | ![]() | |
UniqueProperties | 10 | ![]() | |
modifier | ModifierOrder | 260 | ![]() |
RedundantModifier | 414 | ![]() | |
naming | ConstantName | 139 | ![]() |
LocalVariableName | 39 | ![]() | |
MemberName | 1423 | ![]() | |
MethodName | 326 | ![]() | |
ParameterName | 4 | ![]() | |
StaticVariableName | 38 | ![]() | |
regexp | RegexpSingleline
|
3015 | ![]() |
sizes | FileLength | 6 | ![]() |
LineLength | 16944 | ![]() | |
MethodLength | 39 | ![]() | |
ParameterNumber | 1 | ![]() | |
whitespace | FileTabCharacter
|
22 | ![]() |
MethodParamPad | 2 | ![]() | |
WhitespaceAfter | 16 | ![]() | |
WhitespaceAround | 112 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | Translation | Key 'integerValidator.error.greater.than.maximum' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.less.than.minimum' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.not.fixed.value' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.null.object' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.too.many.digits' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.wrong.class' missing. | |
![]() |
misc | Translation | Key 'integerValidator.error.wrong.class.lenient' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.javasource.JClass. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 98 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() |
naming | MemberName | Name '_schemaFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | MemberName | Name '_schemaURL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | MemberName | Name '_schemaDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
naming | MemberName | Name '_schemaFilesets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | MemberName | Name '_srcpackage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | MemberName | Name '_todir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | MemberName | Name '_resourcesDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() |
naming | MemberName | Name '_bindingfile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | MemberName | Name '_types' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
naming | MemberName | Name '_lineseparator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
naming | MemberName | Name '_verbose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 138 |
![]() |
naming | MemberName | Name '_warnings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
naming | MemberName | Name '_nodesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() |
naming | MemberName | Name '_nomarshal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
naming | MemberName | Name '_useOldFieldNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
naming | MemberName | Name '_generateMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
naming | MemberName | Name '_testable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
naming | MemberName | Name '_generateImportedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
![]() |
naming | MemberName | Name '_sax1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 166 |
![]() |
naming | MemberName | Name '_caseInsensitive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | MemberName | Name '_nameConflictStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
![]() |
naming | MemberName | Name '_automaticConflictStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
![]() |
naming | MemberName | Name '_generateJdoDescriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
![]() |
naming | MemberName | Name '_jclassPrinterType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
![]() |
naming | MemberName | Name '_sgen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'dest'. | 256 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destination'. | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 312 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 330 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 338 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 356 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 368 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 375 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 394 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 412 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 449 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 539 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 541 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 549 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 558 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 579 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 600 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 605 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 632 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 653 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 654 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 664 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 670 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 698 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 711 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 713 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 717 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 720 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 721 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 723 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 725 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 727 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
![]() |
naming | MemberName | Name '_xmlInstanceFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
naming | MemberName | Name '_xmlInstanceDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_xmlInstanceFileSets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_xmlSchemaFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | MemberName | Name '_defaultGroupingAsAll' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'app'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'application'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.castor.core.nature.PropertyHolder. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 56 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<A>'. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<A>'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
misc | FinalParameters | Parameter message should be final. | 41 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter message should be final. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
![]() |
naming | MemberName | Name '_annotationProcessorMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
design | DesignForExtension | Method 'addAnnotationProcessor' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
design | DesignForExtension | Method 'getAnnotationProcessors' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'processAnnotations' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter info should be final. | 70 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
![]() |
design | DesignForExtension | Method 'processAnnotation' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter info should be final. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 39 |
![]() |
naming | MemberName | Name '_taAnnotationProcessorMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
![]() |
design | DesignForExtension | Method 'addAnnotationProcessor' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 58 |
![]() |
design | DesignForExtension | Method 'getAllAnnotationProcessors' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
![]() |
design | DesignForExtension | Method 'getTargetAwareAnnotationProcessors' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
![]() |
design | DesignForExtension | Method 'processAnnotation' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter info should be final. | 84 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 85 |
![]() |
misc | FinalParameters | Parameter target should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
![]() |
design | DesignForExtension | Method 'processAnnotations' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
misc | FinalParameters | Parameter info should be final. | 102 |
![]() |
misc | FinalParameters | Parameter annotations should be final. | 102 |
![]() |
misc | FinalParameters | Parameter target should be final. | 103 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 121 |
![]() |
design | DesignForExtension | Method 'processAnnotation' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 125 |
![]() |
misc | FinalParameters | Parameter info should be final. | 125 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 144 |
![]() |
design | DesignForExtension | Method 'processAnnotations' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 148 |
![]() |
misc | FinalParameters | Parameter info should be final. | 148 |
![]() |
misc | FinalParameters | Parameter annotations should be final. | 148 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.castor.core.nature.PropertyHolder. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<A>'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Field. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<I>'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<A>'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
![]() |
naming | MemberName | Name '_cause' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_initCause' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
naming | MemberName | Name '_holder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'propertyName'. | 115 |
![]() |
design | DesignForExtension | Method 'getPropertyAsList' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter property should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'property'. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'propertyName'. | 131 |
![]() |
design | DesignForExtension | Method 'getPropertyAsMap' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter property should be final. | 134 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'property'. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
![]() |
naming | MemberName | Name '_applicationClassLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
![]() |
naming | MemberName | Name '_domainClassLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | MemberName | Name '_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 135 |
![]() |
design | DesignForExtension | Method 'loadDefaultProperties' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
design | DesignForExtension | Method 'loadUserProperties' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 318 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 332 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 498 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 519 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 522 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 523 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 586 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 587 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 589 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 624 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 625 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 643 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 652 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
design | FinalClass | Class Assert should be declared as final. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </p> | 38 |
![]() |
misc | FinalParameters | Parameter param should be final. | 54 |
![]() |
misc | FinalParameters | Parameter paramName should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
misc | FinalParameters | Parameter param should be final. | 67 |
![]() |
misc | FinalParameters | Parameter paramName should be final. | 67 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 80 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 95 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
naming | MemberName | Name '_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | MemberName | Name '_sextets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | MemberName | Name '_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
![]() |
naming | MemberName | Name '_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_octets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 94 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
naming | ConstantName | Name '_threadHash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
![]() |
naming | ConstantName | Name '_lock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_enumeration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 92 |
![]() |
coding | MagicNumber | '4' is a magic number. | 94 |
![]() |
coding | MagicNumber | '0xf' is a magic number. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
coding | MagicNumber | '4' is a magic number. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 168 |
![]() |
coding | MagicNumber | '4' is a magic number. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
naming | MemberName | Name '_capacity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
naming | MemberName | Name '_maximum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_buckets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 345 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 383 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 385 |
![]() |
naming | MemberName | Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 |
![]() |
naming | MemberName | Name '_hash' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 |
![]() |
naming | MemberName | Name '_next' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
![]() |
naming | MemberName | Name '_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 462 |
![]() |
naming | MemberName | Name '_next' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 480 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 508 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 509 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
naming | StaticVariableName | Name '_messages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | StaticVariableName | Name '_formats' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 132 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 177 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 37 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 45 |
![]() |
design | DesignForExtension | Method 'getClassname' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
design | DesignForExtension | Method 'getBindingType' is not designed for extension - needs to be abstract, final or empty. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
![]() |
naming | MemberName | Name '_mappingLoaderFactories' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
naming | MemberName | Name '_mappingLoaders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
naming | MemberName | Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | MemberName | Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'target'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 52 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'target'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 59 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'object'. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'target'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 53 |
![]() |
naming | MemberName | Name '_registry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
naming | MemberName | Name '_idResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 68 |
![]() |
naming | MemberName | Name '_allowRedefinitions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
design | DesignForExtension | Method 'getClassname' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'getBindingType' is not designed for extension - needs to be abstract, final or empty. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 288 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 304 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 306 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 308 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 310 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 432 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 455 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 457 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 459 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 520 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.AbstractXMLNaming. | 34 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.XMLClassDescriptor. | 40 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.XMLContext. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
![]() |
naming | MemberName | Name '_xmlClassDescriptorResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name '_introspector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | MemberName | Name '_resolverStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | MemberName | Name '_mappingLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
naming | MemberName | Name '_xmlNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | MemberName | Name '_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | MemberName | Name '_primitiveNodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | MemberName | Name '_regExpEvaluator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'addMapping' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'addClasses' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'addPackage' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'addPackages' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 154 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 186 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
design | DesignForExtension | Method 'getXMLNaming' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
design | DesignForExtension | Method 'getXMLNaming' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
design | DesignForExtension | Method 'getJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
design | DesignForExtension | Method 'getXMLReader' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
design | DesignForExtension | Method 'getXMLReader' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 252 |
![]() |
design | DesignForExtension | Method 'getPrimitiveNodeType' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 287 |
![]() |
design | DesignForExtension | Method 'getRegExpEvaluator' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 313 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
design | DesignForExtension | Method 'getOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 335 |
![]() |
design | DesignForExtension | Method 'getSerializerFactory' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 349 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 364 |
![]() |
design | DesignForExtension | Method 'getXMLClassDescriptorResolver' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
design | DesignForExtension | Method 'getIntrospector' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
design | DesignForExtension | Method 'getResolverStrategy' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
design | DesignForExtension | Method 'setResolverStrategy' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() |
design | DesignForExtension | Method 'setMappingLoader' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
design | DesignForExtension | Method 'getMappingLoader' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
design | DesignForExtension | Method 'setJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() |
design | DesignForExtension | Method 'setJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 409 |
![]() |
design | DesignForExtension | Method 'setXMLNaming' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 430 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 433 |
![]() |
design | DesignForExtension | Method 'setXMLNaming' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 455 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 466 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 477 |
![]() |
design | DesignForExtension | Method 'getBooleanProperty' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() |
design | DesignForExtension | Method 'getStringProperty' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() |
design | DesignForExtension | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
design | DesignForExtension | Method 'setXMLClassDescriptorResolver' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
design | DesignForExtension | Method 'setIntrospector' is not designed for extension - needs to be abstract, final or empty. | 506 |
![]() |
design | DesignForExtension | Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
design | DesignForExtension | Method 'getLenientIdValidation' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 518 |
![]() |
design | DesignForExtension | Method 'getLenientSequenceOrder' is not designed for extension - needs to be abstract, final or empty. | 527 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 529 |
![]() |
design | DesignForExtension | Method 'getLoadPackageMapping' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() |
design | DesignForExtension | Method 'setLoadPackageMapping' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
design | DesignForExtension | Method 'getUseIntrospector' is not designed for extension - needs to be abstract, final or empty. | 548 |
![]() |
design | DesignForExtension | Method 'setUseIntrospector' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() |
design | DesignForExtension | Method 'marshallingValidation' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 560 |
![]() |
design | DesignForExtension | Method 'strictElements' is not designed for extension - needs to be abstract, final or empty. | 569 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 571 |
![]() |
design | DesignForExtension | Method 'addPropertyChangeListener' is not designed for extension - needs to be abstract, final or empty. | 580 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 581 |
![]() |
design | DesignForExtension | Method 'addPropertyChangeListener' is not designed for extension - needs to be abstract, final or empty. | 585 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 586 |
![]() |
misc | FinalParameters | Parameter propertyName should be final. | 586 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 586 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 587 |
![]() |
design | DesignForExtension | Method 'removePropertyChangeListener' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 591 |
![]() |
design | DesignForExtension | Method 'removePropertyChangeListener' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 596 |
![]() |
misc | FinalParameters | Parameter propertyName should be final. | 596 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 597 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.XMLContext. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 140 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 342 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 367 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 381 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.logging.Log. | 47 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.logging.LogFactory. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 68 |
![]() |
naming | StaticVariableName | Name '_upperCaseAfterUnderscore' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
design | VisibilityModifier | Variable '_upperCaseAfterUnderscore' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter context should be final. | 95 |
![]() |
coding | HiddenField | 'context' hides a field. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 339 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 391 |
![]() |
misc | FinalParameters | Parameter field should be final. | 396 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 496 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 519 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 527 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 538 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 571 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 582 |
![]() |
design | DesignForExtension | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 587 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
![]() |
naming | StaticVariableName | Name '_upperCaseAfterUnderscore' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
design | VisibilityModifier | Variable '_upperCaseAfterUnderscore' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter context should be final. | 90 |
![]() |
coding | HiddenField | 'context' hides a field. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 319 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 356 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 383 |
![]() |
misc | FinalParameters | Parameter field should be final. | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 447 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 485 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 511 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 519 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 541 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 552 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 563 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 574 |
![]() |
design | DesignForExtension | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 579 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Unmarshaller. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
naming | MemberName | Name '_oldListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | DesignForExtension | Method 'setOldListener' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
![]() |
misc | FinalParameters | Parameter exolabListener should be final. | 44 |
![]() |
design | DesignForExtension | Method 'attributesProcessed' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'fieldAdded' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 58 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 58 |
![]() |
misc | FinalParameters | Parameter child should be final. | 58 |
![]() |
design | DesignForExtension | Method 'initialized' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter target should be final. | 66 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 66 |
![]() |
design | DesignForExtension | Method 'unmarshalled' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter target should be final. | 74 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 32 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 38 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 319 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 334 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 349 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 351 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 409 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 411 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 422 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 435 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 437 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Method 'javaNamingImpl' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Method 'javaNamingNGImpl' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Method 'xmlNaming' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 318 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 324 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 96 |
![]() |
naming | StaticVariableName | Name '_printStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_compiled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | MemberName | Name '_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
naming | MemberName | Name '_testDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 113 |
![]() |
naming | MemberName | Name '_testFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
naming | MemberName | Name '_outputRootFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | MemberName | Name '_directoryToHere' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 166 |
![]() |
design | DesignForExtension | Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
design | DesignForExtension | Method 'getTestFile' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
design | DesignForExtension | Method 'getDirectoryToHere' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
design | DesignForExtension | Method 'getOutputRootFile' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 200 |
![]() |
design | DesignForExtension | Method 'isDirectoryCompiled' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
design | DesignForExtension | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 223 |
![]() |
design | DesignForExtension | Method 'setDirectoryCompiled' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
design | DesignForExtension | Method 'suite' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 248 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 266 |
![]() |
coding | MagicNumber | '5F' is a magic number. | 274 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 274 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 278 |
![]() |
coding | MagicNumber | '5F' is a magic number. | 288 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 288 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 400 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 418 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
![]() |
naming | StaticVariableName | Name '_testRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 153 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 158 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
![]() |
misc | FinalParameters | Parameter o1 should be final. | 58 |
![]() |
misc | FinalParameters | Parameter o2 should be final. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 83 |
![]() |
misc | FinalParameters | Parameter o1 should be final. | 89 |
![]() |
misc | FinalParameters | Parameter o2 should be final. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
![]() |
misc | FinalParameters | Parameter o1 should be final. | 121 |
![]() |
misc | FinalParameters | Parameter o2 should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.castor.xmlctf.compiler.OracleJavaCompiler. | 48 |
![]() |
imports | UnusedImports | Unused import - org.castor.xmlctf.compiler.SunJavaCompiler. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 69 |
![]() |
naming | MemberName | Name '_marshallingConf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable '_marshallingConf' must be private and have accessor methods. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
![]() |
naming | MemberName | Name '_hasRandom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
design | VisibilityModifier | Variable '_hasRandom' must be private and have accessor methods. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'suite' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
![]() |
naming | MemberName | Name '_sourceGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'outputRoot'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'suite' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
design | DesignForExtension | Method 'runTest' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 |
![]() |
naming | StaticVariableName | Name '_seed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | StaticVariableName | Name '_rand' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
![]() |
misc | FinalParameters | Parameter array should be final. | 99 |
![]() |
misc | FinalParameters | Parameter c should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 114 |
![]() |
misc | FinalParameters | Parameter array should be final. | 118 |
![]() |
misc | FinalParameters | Parameter c should be final. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 131 |
![]() |
misc | FinalParameters | Parameter array should be final. | 135 |
![]() |
misc | FinalParameters | Parameter c should be final. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 147 |
![]() |
misc | FinalParameters | Parameter array should be final. | 156 |
![]() |
misc | FinalParameters | Parameter c should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 174 |
![]() |
misc | FinalParameters | Parameter vect should be final. | 183 |
![]() |
misc | FinalParameters | Parameter c should be final. | 183 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 202 |
![]() |
misc | FinalParameters | Parameter al should be final. | 210 |
![]() |
misc | FinalParameters | Parameter c should be final. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 217 |
![]() |
misc | FinalParameters | Parameter al should be final. | 225 |
![]() |
misc | FinalParameters | Parameter c should be final. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
![]() |
misc | FinalParameters | Parameter al should be final. | 240 |
![]() |
misc | FinalParameters | Parameter c should be final. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
![]() |
misc | FinalParameters | Parameter al should be final. | 255 |
![]() |
misc | FinalParameters | Parameter c should be final. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 262 |
![]() |
misc | FinalParameters | Parameter al should be final. | 270 |
![]() |
misc | FinalParameters | Parameter c should be final. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 281 |
![]() |
misc | FinalParameters | Parameter s should be final. | 285 |
![]() |
misc | FinalParameters | Parameter c should be final. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 302 |
![]() |
misc | FinalParameters | Parameter s should be final. | 302 |
![]() |
misc | FinalParameters | Parameter c should be final. | 302 |
![]() |
misc | FinalParameters | Parameter collapseWhitespace should be final. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 325 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 337 |
![]() |
misc | FinalParameters | Parameter date should be final. | 341 |
![]() |
misc | FinalParameters | Parameter c should be final. | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 350 |
![]() |
misc | FinalParameters | Parameter date should be final. | 354 |
![]() |
misc | FinalParameters | Parameter c should be final. | 354 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 368 |
![]() |
misc | FinalParameters | Parameter recurring should be final. | 368 |
![]() |
misc | FinalParameters | Parameter c should be final. | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 372 |
![]() |
coding | MagicNumber | '10' is a magic number. | 373 |
![]() |
coding | MagicNumber | '99' is a magic number. | 376 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 377 |
![]() |
coding | MagicNumber | '99' is a magic number. | 379 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 380 |
![]() |
coding | MagicNumber | '12' is a magic number. | 382 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 383 |
![]() |
coding | MagicNumber | '30' is a magic number. | 385 |
![]() |
coding | MagicNumber | '3' is a magic number. | 386 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 386 |
![]() |
coding | MagicNumber | '24' is a magic number. | 388 |
![]() |
coding | MagicNumber | '4' is a magic number. | 389 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 389 |
![]() |
coding | MagicNumber | '60' is a magic number. | 391 |
![]() |
coding | MagicNumber | '5' is a magic number. | 392 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 392 |
![]() |
coding | MagicNumber | '60' is a magic number. | 394 |
![]() |
coding | MagicNumber | '6' is a magic number. | 395 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 395 |
![]() |
coding | MagicNumber | '99' is a magic number. | 397 |
![]() |
coding | MagicNumber | '7' is a magic number. | 398 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 398 |
![]() |
coding | MagicNumber | '12' is a magic number. | 400 |
![]() |
coding | MagicNumber | '8' is a magic number. | 401 |
![]() |
coding | MagicNumber | '60' is a magic number. | 403 |
![]() |
coding | MagicNumber | '9' is a magic number. | 404 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 417 |
![]() |
misc | FinalParameters | Parameter object should be final. | 421 |
![]() |
misc | FinalParameters | Parameter c should be final. | 421 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 439 |
![]() |
misc | FinalParameters | Parameter bg should be final. | 443 |
![]() |
misc | FinalParameters | Parameter c should be final. | 443 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 449 |
![]() |
misc | FinalParameters | Parameter i should be final. | 453 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 459 |
![]() |
misc | FinalParameters | Parameter f should be final. | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 470 |
![]() |
misc | FinalParameters | Parameter b should be final. | 474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 480 |
![]() |
misc | FinalParameters | Parameter l should be final. | 484 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 490 |
![]() |
misc | FinalParameters | Parameter l should be final. | 494 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 500 |
![]() |
misc | FinalParameters | Parameter d should be final. | 504 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
misc | FinalParameters | Parameter c should be final. | 514 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 520 |
![]() |
misc | FinalParameters | Parameter b should be final. | 524 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 525 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 533 |
![]() |
misc | FinalParameters | Parameter p should be final. | 546 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 560 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 562 |
![]() |
misc | FinalParameters | Parameter seed should be final. | 573 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
![]() |
naming | MemberName | Name '_schemaName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_differenceCountReference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
![]() |
naming | MemberName | Name '_goldFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
design | VisibilityModifier | Variable '_goldFileName' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 111 |
![]() |
design | DesignForExtension | Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 157 |
![]() |
design | DesignForExtension | Method 'runTest' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 193 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 200 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
naming | MemberName | Name '_sourceGenConf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
design | VisibilityModifier | Variable '_sourceGenConf' must be private and have accessor methods. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
naming | MemberName | Name '_hasRandom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | VisibilityModifier | Variable '_hasRandom' must be private and have accessor methods. | 61 |
![]() |
naming | MemberName | Name '_sourceGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'suite' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
design | DesignForExtension | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
![]() |
naming | StaticVariableName | Name '_verbose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_directory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_testOutputRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_directoryToHere' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
![]() |
design | DesignForExtension | Method 'suite' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 126 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.castor.xmlctf.compiler.OracleJavaCompiler. | 30 |
![]() |
imports | UnusedImports | Unused import - org.castor.xmlctf.compiler.SunJavaCompiler. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
![]() |
naming | MemberName | Name '_propertyFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 53 |
![]() |
naming | MemberName | Name '_fieldInfoFactoryName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_bindingFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_schemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_genFromImported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_expectedSources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
![]() |
design | DesignForExtension | Method 'runTest' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
design | DesignForExtension | Method 'setExpectedSources' is not designed for extension - needs to be abstract, final or empty. | 286 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 45 |
![]() |
naming | MemberName | Name '_delegate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_failure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
design | VisibilityModifier | Variable '_failure' must be private and have accessor methods. | 59 |
![]() |
naming | MemberName | Name '_failureExpected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | VisibilityModifier | Variable '_failureExpected' must be private and have accessor methods. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tc'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
![]() |
naming | MemberName | Name '_delegate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
naming | MemberName | Name '_failure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
design | VisibilityModifier | Variable '_failure' must be private and have accessor methods. | 52 |
![]() |
naming | MemberName | Name '_outputName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
design | VisibilityModifier | Variable '_outputName' must be private and have accessor methods. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter name should be final. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
misc | FinalParameters | Parameter name should be final. | 73 |
![]() |
misc | FinalParameters | Parameter tc should be final. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tc'. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 114 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
![]() |
naming | LocalVariableName | Name 'marshal_output' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 161 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 171 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 200 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter message should be final. | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_delegate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_test' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable '_test' must be private and have accessor methods. | 62 |
![]() |
naming | MemberName | Name '_failure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable '_failure' must be private and have accessor methods. | 64 |
![]() |
naming | MemberName | Name '_builderClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
design | VisibilityModifier | Variable '_builderClassName' must be private and have accessor methods. | 66 |
![]() |
naming | MemberName | Name '_outputName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
design | VisibilityModifier | Variable '_outputName' must be private and have accessor methods. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
![]() |
naming | MemberName | Name '_inputName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
design | VisibilityModifier | Variable '_inputName' must be private and have accessor methods. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
![]() |
naming | MemberName | Name '_goldFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable '_goldFileName' must be private and have accessor methods. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 91 |
![]() |
misc | FinalParameters | Parameter tc should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tc'. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 185 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 194 |
![]() |
naming | LocalVariableName | Name 'marshal_output' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 218 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 253 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 262 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 271 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 273 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
naming | LocalVariableName | Name '_input' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 348 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 351 |
![]() |
misc | FinalParameters | Parameter refUnmarshal should be final. | 355 |
![]() |
misc | FinalParameters | Parameter refGenerated should be final. | 355 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 360 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 361 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 420 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
misc | FinalParameters | Parameter message should be final. | 434 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
![]() |
naming | StaticVariableName | Name '_verbose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
design | VisibilityModifier | Variable '_verbose' must be private and have accessor methods. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
![]() |
naming | StaticVariableName | Name '_printStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
design | VisibilityModifier | Variable '_printStack' must be private and have accessor methods. | 86 |
![]() |
naming | MemberName | Name '_suiteName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
design | VisibilityModifier | Variable '_suiteName' must be private and have accessor methods. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
![]() |
naming | MemberName | Name '_rootClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
design | VisibilityModifier | Variable '_rootClassName' must be private and have accessor methods. | 102 |
![]() |
naming | MemberName | Name '_rootClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
design | VisibilityModifier | Variable '_rootClass' must be private and have accessor methods. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
![]() |
naming | MemberName | Name '_hasDump' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() |
design | VisibilityModifier | Variable '_hasDump' must be private and have accessor methods. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 108 |
![]() |
naming | MemberName | Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
design | VisibilityModifier | Variable '_mapping' must be private and have accessor methods. | 111 |
![]() |
naming | MemberName | Name '_listener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
design | VisibilityModifier | Variable '_listener' must be private and have accessor methods. | 113 |
![]() |
naming | MemberName | Name '_listenerType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() |
design | VisibilityModifier | Variable '_listenerType' must be private and have accessor methods. | 115 |
![]() |
naming | MemberName | Name '_listenerGoldFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
design | VisibilityModifier | Variable '_listenerGoldFile' must be private and have accessor methods. | 117 |
![]() |
naming | MemberName | Name '_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() |
design | VisibilityModifier | Variable '_configuration' must be private and have accessor methods. | 119 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
design | VisibilityModifier | Variable '_name' must be private and have accessor methods. | 121 |
![]() |
naming | MemberName | Name '_unitTest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() |
design | VisibilityModifier | Variable '_unitTest' must be private and have accessor methods. | 123 |
![]() |
naming | MemberName | Name '_outputRootFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
design | VisibilityModifier | Variable '_outputRootFile' must be private and have accessor methods. | 125 |
![]() |
naming | MemberName | Name '_skip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() |
design | VisibilityModifier | Variable '_skip' must be private and have accessor methods. | 127 |
![]() |
naming | MemberName | Name '_failure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
design | VisibilityModifier | Variable '_failure' must be private and have accessor methods. | 129 |
![]() |
naming | MemberName | Name '_test' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
design | VisibilityModifier | Variable '_test' must be private and have accessor methods. | 131 |
![]() |
naming | MemberName | Name '_xmlContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'setXMLContext' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter xmlContext should be final. | 184 |
![]() |
design | DesignForExtension | Method 'getXMLContext' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 204 |
![]() |
design | DesignForExtension | Method 'setTestSuiteName' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
design | DesignForExtension | Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 228 |
![]() |
design | DesignForExtension | Method 'checkExceptionWasExpected' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 289 |
![]() |
design | DesignForExtension | Method 'testMarshal' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 357 |
![]() |
design | DesignForExtension | Method 'testUnmarshal' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 378 |
![]() |
design | DesignForExtension | Method 'testUnmarshal' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 436 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 443 |
![]() |
design | DesignForExtension | Method 'invokeEnumeratedMethods' is not designed for extension - needs to be abstract, final or empty. | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 457 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 467 |
![]() |
design | DesignForExtension | Method 'initializeListeners' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 476 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 476 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 476 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 505 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 508 |
![]() |
design | DesignForExtension | Method 'buildObjectModel' is not designed for extension - needs to be abstract, final or empty. | 508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 515 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 519 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 519 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 522 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 531 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 543 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 550 |
![]() |
design | DesignForExtension | Method 'verbose' is not designed for extension - needs to be abstract, final or empty. | 553 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
naming | MemberName | Name '_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name '_outputDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | MemberName | Name '_javaVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | MemberName | Name '_compiler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
design | DesignForExtension | Method 'setJavaSourceVersion' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
coding | MagicNumber | '5F' is a magic number. | 67 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 67 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 74 |
![]() |
design | DesignForExtension | Method 'compileDirectory' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
naming | MemberName | Name '_cause' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | Incomplete HTML tag found: * Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 19 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
![]() |
coding | MagicNumber | '1.6' is a magic number. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.Method. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | MemberName | Name '_javaVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | MemberName | Name '_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | MemberName | Name '_outputDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
misc | FinalParameters | Parameter baseDirectory should be final. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'setJavaSourceVersion' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
misc | FinalParameters | Parameter javaSourceVersion should be final. | 79 |
![]() |
coding | MagicNumber | '5F' is a magic number. | 81 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 81 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
![]() |
design | DesignForExtension | Method 'compileDirectory' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 134 |
![]() |
coding | MagicNumber | '1.5F' is a magic number. | 138 |
![]() |
coding | MagicNumber | '1.6F' is a magic number. | 138 |
![]() |
coding | MagicNumber | '1.7F' is a magic number. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
misc | FinalParameters | Parameter sourceDirectory should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | StaticVariableName | Name '_compileMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | StaticVariableName | Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_javaVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_outputDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'setJavaSourceVersion' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
coding | MagicNumber | '5F' is a magic number. | 83 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 83 |
![]() |
coding | MagicNumber | '10F' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
![]() |
design | DesignForExtension | Method 'compileDirectory' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
coding | MagicNumber | '1.5F' is a magic number. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
design | FinalClass | Class CTFUtils should be declared as final. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 88 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 42 |
![]() |
naming | MemberName | Name '_file1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_file2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Name '_pw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
![]() |
naming | MemberName | Name '_strictChildOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
![]() |
design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 213 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node1'. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node2'. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter attr should be final. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 464 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 472 |
![]() |
misc | FinalParameters | Parameter target should be final. | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 523 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'child'. | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 526 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 532 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's1'. | 534 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's2'. | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 558 |
![]() |
misc | FinalParameters | Parameter one should be final. | 564 |
![]() |
misc | FinalParameters | Parameter two should be final. | 564 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 565 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 566 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 574 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 581 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 585 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 598 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 598 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 610 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 626 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 627 |
![]() |
misc | FinalParameters | Parameter text should be final. | 632 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
naming | MemberName | Name '_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | MemberName | Name '_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
design | DesignForExtension | Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
naming | MemberName | Name '_nodeStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Name '_locator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
naming | MemberName | Name '_currentNode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_prefixes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 94 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 202 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 270 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 47 |
![]() |
naming | MemberName | Name '_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_parser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 83 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'file'. | 132 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 40 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'getAttributeIterator' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
design | DesignForExtension | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
![]() |
design | DesignForExtension | Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
![]() |
design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 163 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
naming | MemberName | Name '_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
naming | MemberName | Name '_namespaceUri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
design | DesignForExtension | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
naming | MemberName | Name '_children' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 42 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 42 |
![]() |
misc | FinalParameters | Parameter nodeType should be final. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
design | DesignForExtension | Method 'getChildIterator' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
design | DesignForExtension | Method 'hasChildNodes' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
![]() |
design | DesignForExtension | Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter node should be final. | 88 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 45 |
![]() |
design | DesignForExtension | Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'getRootNode' is not designed for extension - needs to be abstract, final or empty. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
design | DesignForExtension | Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
naming | MemberName | Name '_localName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | MemberName | Name '_nodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
naming | MemberName | Name '_namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 76 |
![]() |
design | DesignForExtension | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
![]() |
design | DesignForExtension | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
![]() |
design | DesignForExtension | Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
design | DesignForExtension | Method 'getRootNode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
design | DesignForExtension | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'getNodeLocation' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
design | DesignForExtension | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
design | DesignForExtension | Method 'runJUnit' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter testSuite should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 277 |
![]() |
naming | MemberName | Name '_defaultProps' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
![]() |
naming | MemberName | Name '_localProps' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 314 |
![]() |
naming | MemberName | Name '_nspackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 319 |
![]() |
naming | MemberName | Name '_locpackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 328 |
![]() |
naming | MemberName | Name '_annotationBuilders' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 370 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 387 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 424 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 438 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 440 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 453 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 464 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 484 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 498 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 510 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 523 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 538 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 540 |
![]() |
design | DesignForExtension | Method 'mappingSchemaElement2Java' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 550 |
![]() |
design | DesignForExtension | Method 'mappingSchemaType2Java' is not designed for extension - needs to be abstract, final or empty. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 558 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 559 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 577 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 587 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 603 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 605 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 606 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 621 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 631 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 637 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 651 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 661 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 663 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 668 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 671 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 671 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 672 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 675 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 681 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 699 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 717 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 762 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 764 |
![]() |
design | DesignForExtension | Method 'isAutomaticConflictResolution' is not designed for extension - needs to be abstract, final or empty. | 767 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 774 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 775 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 776 |
![]() |
design | DesignForExtension | Method 'getAutomaticConflictResolutionTypeSuffix' is not designed for extension - needs to be abstract, final or empty. | 779 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 780 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 785 |
![]() |
design | DesignForExtension | Method 'setJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 789 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 795 |
![]() |
design | DesignForExtension | Method 'getJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 799 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 805 |
![]() |
design | DesignForExtension | Method 'addAnnotationBuilder' is not designed for extension - needs to be abstract, final or empty. | 808 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 814 |
![]() |
design | DesignForExtension | Method 'getAnnotationBuilders' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 818 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 823 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 828 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 830 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 840 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 849 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 873 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 890 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 902 |
![]() |
design | DesignForExtension | Method 'useOldFieldNaming' is not designed for extension - needs to be abstract, final or empty. | 908 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 908 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 909 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
naming | MemberName | Name '_jClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_classInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_fieldInfoForChoice' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | MemberName | Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_sgState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
naming | MemberName | Name '_createGroupItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
![]() |
naming | MemberName | Name '_bound' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
![]() |
naming | MemberName | Name '_xmlInfoRegistry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
design | DesignForExtension | Method 'bindReference' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'getSGStateInfo' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
![]() |
design | DesignForExtension | Method 'markAsProcessed' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 230 |
![]() |
design | DesignForExtension | Method 'processed' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
design | DesignForExtension | Method 'hasBoundProperties' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'setBoundProperties' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 272 |
![]() |
design | DesignForExtension | Method 'isCreateGroupItem' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 281 |
![]() |
design | DesignForExtension | Method 'setCreateGroupItem' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 304 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
![]() |
naming | MemberName | Name '_packageGroupNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 45 |
![]() |
naming | MemberName | Name '_globalElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
![]() |
naming | MemberName | Name '_xpathToJClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
![]() |
naming | MemberName | Name '_localNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
![]() |
naming | MemberName | Name '_typedLocalNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | MemberName | Name '_classNameConflictResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'prebindGlobalElement' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 119 |
![]() |
design | DesignForExtension | Method 'bind' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 119 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 276 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 378 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 397 |
![]() |
design | DesignForExtension | Method 'setClassNameConflictResolver' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 402 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
design | DesignForExtension | Method 'printStatistics' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 425 |
![]() |
coding | MagicNumber | '32' is a magic number. | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 466 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
naming | MemberName | Name '_mappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_packageListings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | MemberName | Name '_promptForOverwrite' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
naming | MemberName | Name '_suppressNonFatalWarnings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
![]() |
naming | MemberName | Name '_verbose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_currentFactoryState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | MemberName | Name '_dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | MemberName | Name '_sgen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | MemberName | Name '_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 99 |
![]() |
naming | MemberName | Name '_sourcesByComponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_sourcesByName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
![]() |
naming | MemberName | Name '_importedSourcesByName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 355 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 481 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 491 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 512 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 521 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
naming | MemberName | Name '_promptForOverwrite' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
naming | MemberName | Name '_destDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | MemberName | Name '_resourceDestinationDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | MemberName | Name '_lineSeparator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
naming | MemberName | Name '_createDescriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
![]() |
naming | MemberName | Name '_createJdoDescriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
naming | MemberName | Name '_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | MemberName | Name '_dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | MemberName | Name '_descriptorSourceFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
naming | MemberName | Name '_jdoDescriptorSourceFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() |
naming | MemberName | Name '_mappingSourceFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | MemberName | Name '_sourceGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 123 |
![]() |
naming | MemberName | Name '_conflictStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
naming | MemberName | Name '_jClassPrinter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
![]() |
naming | MemberName | Name '_classNameConflictResolutionStrategyRegistry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'destDir'. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destinationDirectory'. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 280 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 397 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 442 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 469 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 510 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 542 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 544 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 545 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 554 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.builder.printing.JClassPrinter. | 72 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.builder.printing.JClassPrinterFactory. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 129 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() |
naming | MemberName | Name '_bindingComponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
naming | MemberName | Name '_singleClassGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() |
naming | MemberName | Name '_infoFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() |
naming | MemberName | Name '_dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() |
naming | MemberName | Name '_schemasProcessed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() |
naming | MemberName | Name '_suppressNonFatalWarnings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
naming | MemberName | Name '_verbose' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 156 |
![]() |
naming | MemberName | Name '_createDescriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 161 |
![]() |
naming | MemberName | Name '_createJdoDescriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 167 |
![]() |
naming | MemberName | Name '_generateImported' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() |
naming | MemberName | Name '_sourceFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
![]() |
naming | MemberName | Name '_generateMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
![]() |
naming | MemberName | Name '_mappingFilename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 177 |
![]() |
naming | MemberName | Name '_createMarshalMethods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 181 |
![]() |
naming | MemberName | Name '_testable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
![]() |
naming | MemberName | Name '_sax1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 188 |
![]() |
naming | MemberName | Name '_caseInsensitive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 193 |
![]() |
naming | MemberName | Name '_failOnFirstError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
naming | MemberName | Name '_groupNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 199 |
![]() |
naming | MemberName | Name '_nameConflictStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
![]() |
naming | MemberName | Name '_xmlInfoRegistry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 206 |
![]() |
naming | MemberName | Name '_conflictResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 209 |
![]() |
naming | MemberName | Name '_jclassPrinterType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 215 |
![]() |
naming | MemberName | Name '_jclassPrinterFactoryRegistry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
![]() |
naming | MemberName | Name '_sInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
![]() |
design | VisibilityModifier | Variable '_sInfo' must be private and have accessor methods. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 353 |
![]() |
design | DesignForExtension | Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 366 |
![]() |
design | DesignForExtension | Method 'setClassNameConflictResolver' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 401 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'destDir'. | 418 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destination'. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 439 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 487 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 503 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 522 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 566 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 573 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 598 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 606 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 613 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 614 |
![]() |
design | DesignForExtension | Method 'generateSource' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 694 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 702 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 704 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 707 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 723 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 751 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 762 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 767 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 778 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 808 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 811 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 818 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 819 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 820 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 823 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 831 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 832 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 833 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 844 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 846 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 853 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 862 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 865 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 867 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 869 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 889 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 895 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 897 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 905 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 932 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 944 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 957 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 979 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 985 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 991 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 993 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1003 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1035 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1039 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1041 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1059 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1065 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1083 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1204 |
![]() |
design | DesignForExtension | Method 'getXMLInfoRegistry' is not designed for extension - needs to be abstract, final or empty. | 1207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1226 |
![]() |
design | DesignForExtension | Method 'getGenerateImportedSchemas' is not designed for extension - needs to be abstract, final or empty. | 1229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1235 |
![]() |
design | DesignForExtension | Method 'getJClassPrinterFactoryRegistry' is not designed for extension - needs to be abstract, final or empty. | 1238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 459 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 502 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 156 |
![]() |
sizes | MethodLength | Method length is 239 lines (max allowed is 150). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 422 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 497 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 498 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 562 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 596 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 604 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 606 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 617 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 644 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 674 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 674 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 675 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 676 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 677 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 678 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 679 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 680 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 680 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 681 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 682 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 682 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 683 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 684 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 684 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 685 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 686 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 687 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 688 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 689 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 690 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 691 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 692 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 693 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 694 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 695 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
![]() |
naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 57 |
![]() |
naming | MemberName | Name '_binding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 268 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 288 |
![]() |
naming | MemberName | Name '_baseUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 339 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
naming | MemberName | Name '_componentBindings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
![]() |
naming | MemberName | Name '_bindingProcessed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
naming | MemberName | Name '_automaticNameResolutionForced' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 137 |
![]() |
naming | MemberName | Name '_automaticNameResolutionExcludes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 342 |
![]() |
coding | MagicNumber | '12' is a magic number. | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 475 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 486 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 487 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 496 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 498 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 508 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
![]() |
naming | MemberName | Name '_binding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 115 |
![]() |
naming | MemberName | Name '_compBinding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() |
naming | MemberName | Name '_annotated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
naming | MemberName | Name '_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() |
naming | MemberName | Name '_suffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
naming | MemberName | Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
![]() |
naming | MemberName | Name '_javaClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
naming | MemberName | Name '_javaMemberName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
naming | MemberName | Name '_javaPackage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
naming | MemberName | Name '_member' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 153 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
naming | MemberName | Name '_interface' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
naming | MemberName | Name '_enum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
naming | MemberName | Name '_userSpecifiedMemberName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
naming | MemberName | Name '_groupNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
naming | MemberName | Name '_typeConversion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
naming | MemberName | Name '_contentMemberName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 314 |
![]() |
coding | MagicNumber | '37' is a magic number. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 624 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 626 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 660 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 661 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 693 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 696 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 719 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 778 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 838 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 861 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 863 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 889 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 892 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 894 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 895 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 897 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 898 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 901 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 904 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 918 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 921 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 922 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 924 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 970 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 979 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 980 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 983 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 986 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 987 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1011 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1012 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1015 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1025 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1028 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1039 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1040 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1053 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1056 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1067 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1070 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1081 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1083 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1359 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1386 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1387 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 243 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
naming | MemberName | Name '_sourceGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'calculateXPathPrefix' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'setSourceGenerator' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getSourceGenerator' is not designed for extension - needs to be abstract, final or empty. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
![]() |
design | DesignForExtension | Method 'changeClassInfoAsResultOfConflict' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
design | DesignForExtension | Method 'changeClassInfoAsResultOfConflict' is not designed for extension - needs to be abstract, final or empty. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
naming | MemberName | Name '_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
naming | MemberName | Name '_strategies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
![]() |
naming | MemberName | Name '_dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
![]() |
coding | MagicNumber | '64' is a magic number. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.mapping.FieldDescriptor. | 56 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Validator. | 57 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.XMLFieldDescriptor. | 59 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | MemberName | Name '_xmlFieldHandlerFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
![]() |
sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 327 |
![]() |
sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 442 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 510 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 558 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 559 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 564 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 582 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 588 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 636 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_identities' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 344 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 351 |
![]() |
sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 488 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 498 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 532 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 539 |
![]() |
sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 541 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 580 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 607 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 657 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 659 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 672 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 674 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 680 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 684 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 693 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 710 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 717 |
![]() |
sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 717 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 720 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 771 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 773 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 785 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 835 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 837 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 849 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 850 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 852 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 860 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 866 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 871 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
naming | MemberName | Name '_infoFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | MemberName | Name '_groupNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
naming | MemberName | Name '_sourceGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'getSourceGenerator' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'createComment' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 231 |
![]() |
design | DesignForExtension | Method 'extractCommentsFromAnnotations' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
misc | FinalParameters | Parameter naming should be final. | 18 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
![]() |
misc | FinalParameters | Parameter useJava50 should be final. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
design | DesignForExtension | Method 'generateInitializerCode' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
![]() |
design | DesignForExtension | Method 'createAddMethod' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'createBoundPropertyCode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 121 |
![]() |
design | DesignForExtension | Method 'createEnumerateMethod' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 155 |
![]() |
misc | FinalParameters | Parameter annotationBuilders should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 269 |
![]() |
design | DesignForExtension | Method 'createGetByIndexMethod' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
misc | FinalParameters | Parameter useJava50 should be final. | 270 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useJava50'. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 328 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 369 |
![]() |
design | DesignForExtension | Method 'createCollectionIterationMethods' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'useJava50'. | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 381 |
![]() |
design | DesignForExtension | Method 'createAddByIndexMethod' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 396 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 413 |
![]() |
design | DesignForExtension | Method 'createIteratorMethod' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 454 |
![]() |
design | DesignForExtension | Method 'createRemoveByIndexMethod' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 475 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 484 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 488 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 500 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 519 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 523 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 551 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 565 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 569 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 580 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 608 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 613 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 616 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 617 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 649 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 653 |
![]() |
design | DesignForExtension | Method 'createSetByIndexMethod' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 660 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 669 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 686 |
![]() |
design | DesignForExtension | Method 'addMaxSizeCheck' is not designed for extension - needs to be abstract, final or empty. | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 689 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 711 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 716 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 726 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
![]() |
design | DesignForExtension | Method 'generateInitializerCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 38 |
![]() |
design | DesignForExtension | Method 'createEnumerateMethod' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
naming | MemberName | Name '_typeConversion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
![]() |
naming | MemberName | Name '_caseInsensitive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
![]() |
naming | MemberName | Name '_maxSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_maxEnumerationsPerClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
![]() |
sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 172 |
![]() |
coding | MagicNumber | '32' is a magic number. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 239 |
![]() |
coding | MagicNumber | '32' is a magic number. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 340 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 360 |
![]() |
misc | FinalParameters | Parameter jEnum should be final. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 365 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 372 |
![]() |
misc | FinalParameters | Parameter jEnum should be final. | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 377 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 384 |
![]() |
misc | FinalParameters | Parameter jEnum should be final. | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 389 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
misc | FinalParameters | Parameter jEnum should be final. | 398 |
![]() |
misc | FinalParameters | Parameter enumConstantsField should be final. | 398 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'enumConstantsField'. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 420 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 423 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 431 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 460 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 485 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 486 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 501 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 529 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 536 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 540 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 542 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 556 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 560 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 576 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 592 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 598 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 600 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 607 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 611 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 617 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 622 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 646 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 690 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 708 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 711 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 715 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 718 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 722 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 725 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 735 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 749 |
![]() |
coding | MagicNumber | '32' is a magic number. | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 770 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 799 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 800 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 808 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 809 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
![]() |
naming | MemberName | Name '_extraMethods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_referenceSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_bound' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
naming | MemberName | Name '_fieldMemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
naming | MemberName | Name '_collectionMemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
naming | MemberName | Name '_collectionJ2MemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
naming | MemberName | Name '_collectionJ2NoIndexMemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
naming | MemberName | Name '_collectionODMG30MemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | MemberName | Name '_identityMemberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'createIdentity' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 179 |
![]() |
design | DesignForExtension | Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 195 |
![]() |
design | DesignForExtension | Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
design | DesignForExtension | Method 'createFieldInfo' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 276 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | HiddenField | 'javaNaming' hides a field. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
![]() |
coding | HiddenField | 'javaNaming' hides a field. | 55 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 55 |
![]() |
coding | HiddenField | 'useOldFieldNaming' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useOldFieldNaming'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
![]() |
design | DesignForExtension | Method 'generateInitializerCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
coding | MagicNumber | '50' is a magic number. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 217 |
![]() |
design | DesignForExtension | Method 'createAccessMethods' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'annotationBuilders'. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 264 |
![]() |
misc | FinalParameters | Parameter annotationBuilders should be final. | 265 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'annotationBuilders'. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 426 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 477 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 525 |
![]() |
design | DesignForExtension | Method 'getJavaNaming' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() |
design | DesignForExtension | Method 'setUseOldFieldNaming' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 532 |
![]() |
coding | HiddenField | 'useOldFieldNaming' hides a field. | 532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 536 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Incomplete HTML tag found: * This class translates a fieldInfo describing an identity into the suitable getter<7setter | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
design | DesignForExtension | Method 'createAccessMethods' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
coding | MagicNumber | '3' is a magic number. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 268 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 218 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 229 |
![]() |
sizes | MethodLength | Method length is 291 lines (max allowed is 150). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 460 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 568 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 569 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 570 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 572 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 589 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 610 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 632 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 632 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 651 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 655 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 660 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 673 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,393 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
naming | MemberName | Name '_binding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() |
naming | MemberName | Name '_memberFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
naming | MemberName | Name '_enumerationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
![]() |
naming | MemberName | Name '_createMarshalMethods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 150 |
![]() |
naming | MemberName | Name '_testable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
naming | MemberName | Name '_sax1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 156 |
![]() |
naming | MemberName | Name '_typeConversion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
naming | MemberName | Name '_enumerationFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 255 |
![]() |
sizes | MethodLength | Method length is 276 lines (max allowed is 150). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 411 |
![]() |
coding | MagicNumber | '4' is a magic number. | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 423 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 536 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 539 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sgStateInfo'. | 540 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 554 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 555 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 558 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 580 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 587 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 600 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 605 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 622 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'parent'. | 622 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 624 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'jClass'. | 624 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 651 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 653 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 656 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'component'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sgState'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'state'. | 670 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'jClass'. | 670 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'baseClass'. | 670 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 671 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 700 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 708 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 708 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 729 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 734 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 751 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 758 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 771 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 825 |
![]() |
sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 828 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 879 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 892 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 920 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 980 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 988 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1008 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1015 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1028 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1232 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1331 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1357 |
![]() |
sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 1371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1457 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1531 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1551 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'state'. | 1551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1649 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1706 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1766 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1768 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1771 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1776 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1798 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1798 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1815 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1817 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1818 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1820 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1825 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1891 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1896 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'binding'. | 1896 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1903 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1928 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1951 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1952 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1954 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1960 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1969 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1970 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1994 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2004 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2021 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2023 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2024 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2025 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2034 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2038 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 2041 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2043 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2049 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2074 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2076 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2092 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 2122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 2210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 2273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 2356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 2372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2378 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
naming | MemberName | Name '_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 332 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
![]() |
naming | MemberName | Name '_baseClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | MemberName | Name '_abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 68 |
![]() |
naming | MemberName | Name '_atts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
![]() |
naming | MemberName | Name '_textField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 189 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 229 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 357 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
![]() |
naming | MemberName | Name '_extraMethods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_referenceSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_methodSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_parameterPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
![]() |
naming | MemberName | Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Method 'isExtraMethods' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
design | DesignForExtension | Method 'getParameterPrefix' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
design | DesignForExtension | Method 'getReferenceSuffix' is not designed for extension - needs to be abstract, final or empty. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'contentMemberAndAccessorFactory'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | MemberName | Name '_declaringClassInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
naming | MemberName | Name '_methods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | MemberName | Name '_fieldInfoReference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | MemberName | Name '_static' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 116 |
![]() |
naming | MemberName | Name '_transient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | MemberName | Name '_bound' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() |
naming | MemberName | Name '_isContainer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
![]() |
naming | MemberName | Name '_fieldHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
naming | MemberName | Name '_nillable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 128 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
naming | MemberName | Name '_visibility' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
![]() |
naming | MemberName | Name '_memberAndAccessorFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
naming | MemberName | Name '_substitutionGroupMembers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'getMemberAndAccessorFactory' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 348 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 379 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 456 |
![]() |
design | DesignForExtension | Method 'getMethodSuffix' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 505 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 507 |
![]() |
design | DesignForExtension | Method 'setSubstitutionGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 513 |
![]() |
design | DesignForExtension | Method 'getSubstitutionGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 522 |
![]() |
design | DesignForExtension | Method 'isStatic' is not designed for extension - needs to be abstract, final or empty. | 525 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 531 |
![]() |
design | DesignForExtension | Method 'isFinal' is not designed for extension - needs to be abstract, final or empty. | 534 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 540 |
![]() |
design | DesignForExtension | Method 'getVisibility' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 548 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 549 |
![]() |
design | DesignForExtension | Method 'getFieldInfoReference' is not designed for extension - needs to be abstract, final or empty. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 557 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 566 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 576 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 584 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 58 |
![]() |
naming | MemberName | Name '_multivalued' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_required' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_compositor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | MemberName | Name '_minOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_maxOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 159 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'elementDef'. | 88 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'idDefinition'. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 314 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'setDirty' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
![]() |
design | DesignForExtension | Method 'getForeignKeys' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'addForeignKey' is not designed for extension - needs to be abstract, final or empty. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
naming | MemberName | Name '_log' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
![]() |
naming | MemberName | Name '_factories' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
design | DesignForExtension | Method 'getJClassPrinterFactoryNames' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 79 |
![]() |
design | DesignForExtension | Method 'getJClassPrinterFactory' is not designed for extension - needs to be abstract, final or empty. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
design | DesignForExtension | Method 'getJClassPrinter' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
design | DesignForExtension | Method 'removeLineBreaks' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
misc | FinalParameters | Parameter string should be final. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getLines' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 61 |
![]() |
misc | FinalParameters | Parameter list should be final. | 61 |
![]() |
coding | MagicNumber | '70' is a magic number. | 66 |
![]() |
coding | MagicNumber | '70' is a magic number. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'isEnum' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'printAnnotation' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter shift should be final. | 100 |
![]() |
coding | MagicNumber | '32' is a magic number. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
naming | ConstantName | Name '_log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() |
naming | MemberName | Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
![]() |
design | DesignForExtension | Method 'printClass' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 32 |
![]() |
design | DesignForExtension | Method 'getJClassPrinter' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 32 |
![]() |
design | DesignForExtension | Method 'printClass' is not designed for extension - needs to be abstract, final or empty. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
![]() |
naming | MemberName | Name '_fractionDigitsZeroOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
naming | MemberName | Name '_fractionDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | MemberName | Name '_maxLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
naming | MemberName | Name '_minLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
naming | MemberName | Name '_patterns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
naming | MemberName | Name '_maxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
naming | MemberName | Name '_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_minExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | MemberName | Name '_positiveInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name '_negativeInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
design | DesignForExtension | Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
![]() |
naming | MemberName | Name '_whiteSpaceCollapseOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_whiteSpace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
![]() |
design | DesignForExtension | Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() |
naming | MemberName | Name '_jClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'validationCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 32 |
![]() |
naming | MemberName | Name '_derivedFromXSList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'derivedFromXSList'. | 85 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
naming | MemberName | Name '_contentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | MemberName | Name '_minSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
design | DesignForExtension | Method 'getJType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
design | DesignForExtension | Method 'isCollection' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'isPrimitive' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'isDateTime' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
design | DesignForExtension | Method 'newInstanceCode' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'createToJavaObjectCode' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
design | DesignForExtension | Method 'createFromJavaObjectCode' is not designed for extension - needs to be abstract, final or empty. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
naming | MemberName | Name '_enumerated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
design | DesignForExtension | Method 'isCollection' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
design | DesignForExtension | Method 'createDefaultValueWithString' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 320 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
naming | MemberName | Name '_asWrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_jType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
naming | MemberName | Name '_cache' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
misc | FinalParameters | Parameter message should be final. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
misc | FinalParameters | Parameter message should be final. | 70 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 7 |
![]() |
naming | MemberName | Name '_cause' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocStyle | Incomplete HTML tag found: * Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_insideRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name '_redirect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter tagName should be final. | 72 |
![]() |
misc | FinalParameters | Parameter attr should be final. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter tagName should be final. | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 126 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 126 |
![]() |
misc | FinalParameters | Parameter length should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 133 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 133 |
![]() |
misc | FinalParameters | Parameter length should be final. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 140 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter instruction should be final. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 147 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 147 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 156 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_xmlContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name '_searchDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | MemberName | Name '_importDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
design | DesignForExtension | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter output should be final. | 71 |
![]() |
misc | FinalParameters | Parameter serverSchema should be final. | 71 |
![]() |
misc | FinalParameters | Parameter importPolicy should be final. | 71 |
![]() |
design | DesignForExtension | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter output should be final. | 81 |
![]() |
misc | FinalParameters | Parameter serverSchema should be final. | 81 |
![]() |
misc | FinalParameters | Parameter importPolicy should be final. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Method 'setSearchDescriptor' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter searchDesc should be final. | 95 |
![]() |
design | DesignForExtension | Method 'getSearchDescriptor' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'setImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter importDesc should be final. | 105 |
![]() |
design | DesignForExtension | Method 'getImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 115 |
![]() |
design | DesignForExtension | Method 'readSearchDescriptor' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter input should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
![]() |
design | DesignForExtension | Method 'readSearchDescriptor' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter input should be final. | 120 |
![]() |
design | DesignForExtension | Method 'readSearchDescriptor' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 125 |
![]() |
misc | FinalParameters | Parameter input should be final. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
naming | MemberName | Name '_policies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
naming | MemberName | Name '_insideRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 112 |
![]() |
design | DesignForExtension | Method 'listDNs' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'addPolicy' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
design | DesignForExtension | Method 'getDirectPolicy' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'getPolicy' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter name should be final. | 130 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 191 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 204 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 234 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 248 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 250 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 256 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 262 |
![]() |
naming | MemberName | Name '_names' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter index should be final. | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | MemberName | Name '_except' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name '_xmlContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name '_importDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | MemberName | Name '_listener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
design | DesignForExtension | Method 'setImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter importDesc should be final. | 71 |
![]() |
design | DesignForExtension | Method 'getImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
design | DesignForExtension | Method 'setImportEventListener' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
![]() |
design | DesignForExtension | Method 'getImportEventListener' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Method 'importDocument' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 96 |
![]() |
design | DesignForExtension | Method 'importDocument' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 106 |
![]() |
design | DesignForExtension | Method 'importDocument' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 106 |
![]() |
misc | FinalParameters | Parameter input should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 123 |
![]() |
design | DesignForExtension | Method 'readImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter input should be final. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 128 |
![]() |
design | DesignForExtension | Method 'readImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter input should be final. | 128 |
![]() |
design | DesignForExtension | Method 'readImportDescriptor' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 133 |
![]() |
misc | FinalParameters | Parameter input should be final. | 133 |
![]() |
design | DesignForExtension | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter flag should be final. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_docHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
design | VisibilityModifier | Variable '_docHandler' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name '_insideDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name '_insideSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter docHandler should be final. | 67 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 67 |
![]() |
design | DesignForExtension | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 79 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter importDesc should be final. | 93 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter searchDesc should be final. | 100 |
![]() |
design | DesignForExtension | Method 'enterDirectory' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
![]() |
design | DesignForExtension | Method 'leaveDirectory' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'enterSchema' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 129 |
![]() |
design | DesignForExtension | Method 'leaveSchema' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'prefix' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter tagName should be final. | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
naming | MemberName | Name '_scope' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | MemberName | Name '_baseDN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | MemberName | Name '_filter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | MemberName | Name '_returnAttrs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
naming | MemberName | Name '_attrName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
naming | MemberName | Name '_insideRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 94 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 94 |
![]() |
design | DesignForExtension | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'getBaseDN' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'setBaseDN' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'getReturnAttrs' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'listReturnAttrs' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Method 'addReturnAttr' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 182 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 241 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 252 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 52 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 52 |
![]() |
design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'getEntryConsumer' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_entryDN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | MemberName | Name '_attrSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name '_attr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_decoder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'createConsumer' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
![]() |
design | DesignForExtension | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'createConsumer' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
![]() |
design | DesignForExtension | Method 'importEntry' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 142 |
![]() |
design | DesignForExtension | Method 'importEntries' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 152 |
![]() |
design | DesignForExtension | Method 'importEntries' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
![]() |
coding | MagicNumber | '8' is a magic number. | 147 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 164 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 57 |
![]() |
design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
design | DesignForExtension | Method 'getEntryConsumer' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name '_entryDN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | MemberName | Name '_attrSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | MemberName | Name '_attr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name '_decoder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter tagName should be final. | 89 |
![]() |
misc | FinalParameters | Parameter attr should be final. | 89 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter tagName should be final. | 121 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 127 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name '_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter conn should be final. | 67 |
![]() |
design | DesignForExtension | Method 'createConsumer' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
![]() |
design | DesignForExtension | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter docHandler should be final. | 77 |
![]() |
misc | FinalParameters | Parameter serverSchema should be final. | 77 |
![]() |
misc | FinalParameters | Parameter importPolicy should be final. | 77 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name '_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter conn should be final. | 67 |
![]() |
design | DesignForExtension | Method 'createConsumer' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'importEntry' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 77 |
![]() |
misc | FinalParameters | Parameter policy should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
![]() |
design | DesignForExtension | Method 'importEntries' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter docHandler should be final. | 66 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 66 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 138 |
![]() |
coding | MagicNumber | '0x7f' is a magic number. | 138 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 152 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 163 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter entries should be final. | 170 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 177 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 191 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 217 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 256 |
![]() |
design | DesignForExtension | Method 'produce' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 296 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 300 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
![]() |
design | DesignForExtension | Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_writer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'processedEntry' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
![]() |
naming | MemberName | Name '_descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
design | VisibilityModifier | Variable '_properties' must be private and have accessor methods. | 60 |
![]() |
design | DesignForExtension | Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidityException'. | 99 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
design | FinalClass | Class AccessMode should be declared as final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
naming | ConstantName | Name 'ReadOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 79 |
![]() |
naming | ConstantName | Name 'Shared' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
![]() |
naming | ConstantName | Name 'Exclusive' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
![]() |
naming | ConstantName | Name 'DbLocked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 206 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 40 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
![]() |
misc | FinalParameters | Parameter object should be final. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidityException'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidityException'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
naming | MemberName | Name '_autoCollectionIteration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 113 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
design | DesignForExtension | Method 'setCollectionIteration' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter autoCollectionIteration should be final. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
![]() |
misc | FinalParameters | Parameter object should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 180 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 197 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 197 |
![]() |
misc | FinalParameters | Parameter args should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
misc | FinalParameters | Parameter object should be final. | 216 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 231 |
![]() |
misc | FinalParameters | Parameter object should be final. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 233 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
![]() |
naming | MemberName | Name '_enumeration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
![]() |
design | VisibilityModifier | Variable '_enumeration' must be private and have accessor methods. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
![]() |
design | VisibilityModifier | Variable '_handler' must be private and have accessor methods. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 246 |
![]() |
misc | FinalParameters | Parameter enumeration should be final. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 110 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <K> tag. | 45 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <V> tag. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
naming | MemberName | Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
misc | FinalParameters | Parameter key should be final. | 70 |
![]() |
misc | FinalParameters | Parameter value should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter key should be final. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | MemberName | Name '_mappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name '_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name '_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 272 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_except' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter message should be final. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter message should be final. | 63 |
![]() |
misc | FinalParameters | Parameter e should be final. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter message should be final. | 68 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter message should be final. | 72 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 72 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter message should be final. | 76 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 76 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 76 |
![]() |
misc | FinalParameters | Parameter arg3 should be final. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter except should be final. | 80 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter e should be final. | 89 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 96 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter print should be final. | 100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 103 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter print should be final. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
misc | FinalParameters | Parameter message should be final. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
misc | FinalParameters | Parameter message should be final. | 79 |
![]() |
misc | FinalParameters | Parameter args should be final. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 100 |
![]() |
misc | FinalParameters | Parameter message should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 119 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter print should be final. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 127 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter print should be final. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_except' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter message should be final. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter message should be final. | 64 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter message should be final. | 69 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 69 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter message should be final. | 74 |
![]() |
misc | FinalParameters | Parameter arg1 should be final. | 74 |
![]() |
misc | FinalParameters | Parameter arg2 should be final. | 74 |
![]() |
misc | FinalParameters | Parameter arg3 should be final. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter except should be final. | 79 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 93 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter print should be final. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 101 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter print should be final. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
naming | MemberName | Name '_enumType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
naming | MemberName | Name '_createMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
![]() |
misc | FinalParameters | Parameter enumType should be final. | 79 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 79 |
![]() |
misc | FinalParameters | Parameter createMethod should be final. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'createMethod'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
design | DesignForExtension | Method 'convertUponGet' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter value should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 126 |
![]() |
design | DesignForExtension | Method 'convertUponSet' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 148 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 156 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 161 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 164 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 164 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 164 |
![]() |
misc | FinalParameters | Parameter args should be final. | 164 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 164 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 174 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 176 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
![]() |
misc | FinalParameters | Parameter map should be final. | 76 |
![]() |
misc | FinalParameters | Parameter key should be final. | 76 |
![]() |
misc | FinalParameters | Parameter object should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 92 |
![]() |
misc | FinalParameters | Parameter map should be final. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 105 |
![]() |
misc | FinalParameters | Parameter map should be final. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 119 |
![]() |
misc | FinalParameters | Parameter map should be final. | 121 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 132 |
![]() |
misc | FinalParameters | Parameter map should be final. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 147 |
![]() |
misc | FinalParameters | Parameter map should be final. | 149 |
![]() |
misc | FinalParameters | Parameter key should be final. | 149 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
![]() |
misc | FinalParameters | Parameter map should be final. | 78 |
![]() |
misc | FinalParameters | Parameter key should be final. | 78 |
![]() |
misc | FinalParameters | Parameter object should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 94 |
![]() |
misc | FinalParameters | Parameter map should be final. | 96 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 107 |
![]() |
misc | FinalParameters | Parameter map should be final. | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 121 |
![]() |
misc | FinalParameters | Parameter map should be final. | 123 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
![]() |
misc | FinalParameters | Parameter map should be final. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
![]() |
misc | FinalParameters | Parameter map should be final. | 151 |
![]() |
misc | FinalParameters | Parameter key should be final. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
naming | MemberName | Name '_iterator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter iterator should be final. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name '_anymapHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | StaticVariableName | Name '_j2mapClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 72 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 74 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter object should be final. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter target should be final. | 56 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter target should be final. | 60 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter target should be final. | 64 |
![]() |
misc | FinalParameters | Parameter args should be final. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter target should be final. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter target should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.AbstractInternalContext. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 131 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 137 |
![]() |
naming | MemberName | Name '_fieldHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 173 |
![]() |
design | DesignForExtension | Method 'createFieldHandlers' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 365 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 368 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeName'. | 368 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 383 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 459 |
![]() |
design | DesignForExtension | Method 'getIdColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
misc | FinalParameters | Parameter field should be final. | 462 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 473 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 479 |
![]() |
design | DesignForExtension | Method 'createFieldDesc' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 515 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 528 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 529 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 564 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 591 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 613 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 691 |
![]() |
sizes | MethodLength | Method length is 310 lines (max allowed is 150). | 691 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 691 |
![]() |
misc | FinalParameters | Parameter fldType should be final. | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 692 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeInfoRef'. | 692 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 713 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 729 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 729 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 731 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 740 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 743 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 767 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 793 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 793 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 805 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 812 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 813 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 813 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 823 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 829 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 829 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 852 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 882 |
![]() |
coding | MagicNumber | '9' is a magic number. | 913 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 919 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 942 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 958 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 965 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 990 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 995 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1007 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1012 |
![]() |
design | DesignForExtension | Method 'getTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 1012 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1012 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1014 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1019 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1026 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1028 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1028 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 1029 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1036 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1045 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1065 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1067 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 1068 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1098 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1124 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1189 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1189 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1219 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 1238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1253 |
![]() |
design | VisibilityModifier | Variable 'typeInfo' must be private and have accessor methods. | 1253 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 1256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1256 |
![]() |
design | DesignForExtension | Method 'getInternalContext' is not designed for extension - needs to be abstract, final or empty. | 1260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
naming | MemberName | Name '_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() |
naming | MemberName | Name '_allowRedefinitions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() |
naming | MemberName | Name '_loaded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() |
naming | MemberName | Name '_descriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | MemberName | Name '_descriptorsByClassname' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
misc | FinalParameters | Parameter allow should be final. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classname'. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classDescriptor'. | 58 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
![]() |
naming | MemberName | Name '_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_javaClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
![]() |
naming | MemberName | Name '_extends' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_depends' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | MemberName | Name '_identities' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'setMapping' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'getMapping' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
![]() |
design | DesignForExtension | Method 'setJavaClass' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Method 'setExtends' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 167 |
![]() |
design | DesignForExtension | Method 'setDepends' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 176 |
![]() |
design | DesignForExtension | Method 'getDepends' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 185 |
![]() |
design | DesignForExtension | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 210 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 219 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 229 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 237 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 249 |
![]() |
design | DesignForExtension | Method 'setIdentities' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 259 |
![]() |
design | DesignForExtension | Method 'getIdentities' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 270 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | StaticVariableName | Name '_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | StaticVariableName | Name '_collectionClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | StaticVariableName | Name '_loadedCollectionClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 81 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 100 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 134 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 162 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 165 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 196 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 207 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 228 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 228 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 229 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 232 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 235 |
![]() |
design | VisibilityModifier | Variable 'getSetCollection' must be private and have accessor methods. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter shortName should be final. | 257 |
![]() |
coding | HiddenField | 'shortName' hides a field. | 257 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 257 |
![]() |
coding | HiddenField | 'javaClass' hides a field. | 257 |
![]() |
misc | FinalParameters | Parameter getSetCollection should be final. | 257 |
![]() |
coding | HiddenField | 'getSetCollection' hides a field. | 257 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 258 |
![]() |
coding | HiddenField | 'handler' hides a field. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.mapping.FieldDescriptor. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Comparator. | 3 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() |
naming | MemberName | Name '_fieldName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() |
naming | MemberName | Name '_fieldType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
naming | MemberName | Name '_classDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
naming | MemberName | Name '_transient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_immutable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_required' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | MemberName | Name '_direct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
naming | MemberName | Name '_lazy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
naming | MemberName | Name '_multivalued' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Name '_identity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
naming | MemberName | Name '_comparator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_getMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_setMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
![]() |
naming | MemberName | Name '_createMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_collection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 192 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 226 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 249 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 274 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 283 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 293 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 301 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
design | DesignForExtension | Method 'getComparator' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
design | DesignForExtension | Method 'setComparator' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
misc | FinalParameters | Parameter comparator should be final. | 313 |
![]() |
design | DesignForExtension | Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
design | DesignForExtension | Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 321 |
![]() |
design | DesignForExtension | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
design | DesignForExtension | Method 'setDirect' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
misc | FinalParameters | Parameter direct should be final. | 329 |
![]() |
design | DesignForExtension | Method 'getGetMethod' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
design | DesignForExtension | Method 'setGetMethod' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
misc | FinalParameters | Parameter getMethod should be final. | 337 |
![]() |
design | DesignForExtension | Method 'getSetMethod' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
design | DesignForExtension | Method 'setSetMethod' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
misc | FinalParameters | Parameter setMethod should be final. | 345 |
![]() |
design | DesignForExtension | Method 'getCreateMethod' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
design | DesignForExtension | Method 'setCreateMethod' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter createMethod should be final. | 353 |
![]() |
design | DesignForExtension | Method 'isLazy' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 357 |
![]() |
design | DesignForExtension | Method 'setLazy' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
misc | FinalParameters | Parameter lazy should be final. | 361 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 371 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidityException'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_field' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | MemberName | Name '_getSequence' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_setSequence' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
naming | MemberName | Name '_addMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
naming | MemberName | Name '_enumMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() |
naming | MemberName | Name '_iterMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | MemberName | Name '_getMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
naming | MemberName | Name '_setMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
naming | MemberName | Name '_hasMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
naming | MemberName | Name '_deleteMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
naming | MemberName | Name '_createMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
![]() |
naming | MemberName | Name '_fieldName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
naming | MemberName | Name '_fieldType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
naming | MemberName | Name '_immutable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 168 |
![]() |
naming | MemberName | Name '_convertTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 174 |
![]() |
naming | MemberName | Name '_convertFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() |
naming | MemberName | Name '_colHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handler'. | 192 |
![]() |
misc | FinalParameters | Parameter typeInfo should be final. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 213 |
![]() |
misc | FinalParameters | Parameter field should be final. | 213 |
![]() |
misc | FinalParameters | Parameter typeInfo should be final. | 213 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 250 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 250 |
![]() |
misc | FinalParameters | Parameter getSequence should be final. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'getSequence'. | 250 |
![]() |
misc | FinalParameters | Parameter setSequence should be final. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'setSequence'. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 251 |
![]() |
misc | FinalParameters | Parameter getMethod should be final. | 251 |
![]() |
misc | FinalParameters | Parameter setMethod should be final. | 251 |
![]() |
misc | FinalParameters | Parameter typeInfo should be final. | 251 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 273 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 287 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 299 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 309 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 313 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 343 |
![]() |
misc | FinalParameters | Parameter object should be final. | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 417 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 425 |
![]() |
sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 428 |
![]() |
misc | FinalParameters | Parameter object should be final. | 429 |
![]() |
misc | FinalParameters | Parameter value should be final. | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 438 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 441 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 483 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 501 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 535 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 542 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 546 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 573 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 590 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 604 |
![]() |
misc | FinalParameters | Parameter object should be final. | 604 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 613 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 616 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 620 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 622 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 653 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 656 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 657 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 661 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 678 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 681 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 683 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 689 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 693 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 696 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 696 |
![]() |
misc | FinalParameters | Parameter args should be final. | 696 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 697 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 700 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 701 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 704 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 705 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'required'. | 727 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 727 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 727 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 729 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 731 |
![]() |
misc | FinalParameters | Parameter convertor should be final. | 734 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 738 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 740 |
![]() |
misc | FinalParameters | Parameter convertor should be final. | 743 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 749 |
![]() |
misc | FinalParameters | Parameter method should be final. | 752 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 752 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 752 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 753 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 757 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 765 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 768 |
![]() |
misc | FinalParameters | Parameter hasMethod should be final. | 768 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'hasMethod'. | 768 |
![]() |
misc | FinalParameters | Parameter deleteMethod should be final. | 768 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'deleteMethod'. | 768 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 768 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 770 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 774 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 783 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 785 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 793 |
![]() |
misc | FinalParameters | Parameter method should be final. | 796 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 796 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 796 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 797 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 801 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 808 |
![]() |
misc | FinalParameters | Parameter method should be final. | 811 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 811 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 811 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 812 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 816 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 823 |
![]() |
misc | FinalParameters | Parameter method should be final. | 826 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 826 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 826 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 827 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 831 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 837 |
![]() |
misc | FinalParameters | Parameter method should be final. | 845 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 845 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 845 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 846 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 850 |
![]() |
misc | FinalParameters | Parameter method should be final. | 860 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'method'. | 860 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 860 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 861 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 865 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 873 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 875 |
![]() |
misc | FinalParameters | Parameter value should be final. | 878 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 878 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 881 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 885 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 887 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 894 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 905 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 909 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 914 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 915 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 916 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 918 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 921 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.mapping.CollectionHandler. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
![]() |
naming | StaticVariableName | Name '_colHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
naming | MemberName | Name '_array' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
naming | MemberName | Name '_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter array should be final. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
naming | MemberName | Name '_iterator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter iterator should be final. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 48 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_colHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 91 |
![]() |
coding | HiddenField | 'fieldType' hides a field. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 107 |
![]() |
coding | HiddenField | 'fieldType' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter convertorTo should be final. | 107 |
![]() |
coding | HiddenField | 'convertorTo' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter convertorFrom should be final. | 107 |
![]() |
coding | HiddenField | 'convertorFrom' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter required should be final. | 108 |
![]() |
coding | HiddenField | 'required' hides a field. | 108 |
![]() |
misc | FinalParameters | Parameter defaultValue should be final. | 108 |
![]() |
misc | FinalParameters | Parameter colHandler should be final. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 124 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 124 |
![]() |
coding | HiddenField | 'fieldType' hides a field. | 124 |
![]() |
misc | FinalParameters | Parameter convertorTo should be final. | 124 |
![]() |
coding | HiddenField | 'convertorTo' hides a field. | 124 |
![]() |
misc | FinalParameters | Parameter convertorFrom should be final. | 124 |
![]() |
coding | HiddenField | 'convertorFrom' hides a field. | 124 |
![]() |
misc | FinalParameters | Parameter required should be final. | 125 |
![]() |
coding | HiddenField | 'required' hides a field. | 125 |
![]() |
misc | FinalParameters | Parameter defaultValue should be final. | 125 |
![]() |
misc | FinalParameters | Parameter colHandler should be final. | 125 |
![]() |
misc | FinalParameters | Parameter checkForCollection should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checkForCollection'. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'getConvertorTo' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Method 'getConvertorFrom' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'isImmutable' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'getCollectionHandler' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 230 |
![]() |
design | DesignForExtension | Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
misc | FinalParameters | Parameter required should be final. | 233 |
![]() |
coding | HiddenField | 'required' hides a field. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 240 |
![]() |
design | DesignForExtension | Method 'setCollectionHandler' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 242 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
design | DesignForExtension | Method 'setImmutable' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
misc | FinalParameters | Parameter immutable should be final. | 251 |
![]() |
coding | HiddenField | 'immutable' hides a field. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 255 |
![]() |
coding | HiddenField | 'fieldType' hides a field. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter convertorTo should be final. | 259 |
![]() |
coding | HiddenField | 'convertorTo' hides a field. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter convertorFrom should be final. | 263 |
![]() |
coding | HiddenField | 'convertorFrom' hides a field. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter _default should be final. | 267 |
![]() |
coding | HiddenField | '_default' hides a field. | 267 |
![]() |
naming | ParameterName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
misc | FinalParameters | Parameter colHandler should be final. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 138 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 142 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
misc | FinalParameters | Parameter type should be final. | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
misc | FinalParameters | Parameter type should be final. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
misc | FinalParameters | Parameter type should be final. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
misc | FinalParameters | Parameter type should be final. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter type should be final. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
misc | FinalParameters | Parameter type should be final. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter type should be final. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
misc | FinalParameters | Parameter type should be final. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
misc | FinalParameters | Parameter type should be final. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 295 |
![]() |
misc | FinalParameters | Parameter type should be final. | 295 |
![]() |
misc | FinalParameters | Parameter args should be final. | 295 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 295 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 324 |
![]() |
misc | FinalParameters | Parameter type should be final. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 341 |
![]() |
misc | FinalParameters | Parameter type should be final. | 341 |
![]() |
misc | FinalParameters | Parameter allowAbstractOrInterface should be final. | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 350 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 353 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 363 |
![]() |
misc | FinalParameters | Parameter type should be final. | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 372 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
misc | FinalParameters | Parameter type should be final. | 377 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 387 |
![]() |
misc | FinalParameters | Parameter type should be final. | 391 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 395 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 401 |
![]() |
misc | FinalParameters | Parameter type should be final. | 404 |
![]() |
misc | FinalParameters | Parameter args should be final. | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 413 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 486 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 486 |
![]() |
coding | HiddenField | 'shortName' hides a field. | 486 |
![]() |
coding | HiddenField | 'primitive' hides a field. | 486 |
![]() |
coding | HiddenField | 'javaType' hides a field. | 486 |
![]() |
coding | HiddenField | 'immutable' hides a field. | 487 |
![]() |
coding | HiddenField | 'defaultValue' hides a field. | 487 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 495 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 503 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 507 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 511 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 517 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 519 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 522 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 526 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 11 |
![]() |
misc | FinalParameters | Parameter object should be final. | 11 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 43 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 49 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 13 |
![]() |
misc | FinalParameters | Parameter object should be final. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 13 |
![]() |
misc | FinalParameters | Parameter object should be final. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 9 |
![]() |
misc | FinalParameters | Parameter object should be final. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 15 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 10 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 13 |
![]() |
misc | FinalParameters | Parameter object should be final. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 11 |
![]() |
misc | FinalParameters | Parameter object should be final. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 14 |
![]() |
misc | FinalParameters | Parameter object should be final. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 41 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 55 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 14 |
![]() |
misc | FinalParameters | Parameter object should be final. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 25 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 13 |
![]() |
misc | FinalParameters | Parameter object should be final. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 25 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 12 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 15 |
![]() |
misc | FinalParameters | Parameter object should be final. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 12 |
![]() |
misc | FinalParameters | Parameter object should be final. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 23 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 30 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 37 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
misc | FinalParameters | Parameter message should be final. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
![]() |
misc | FinalParameters | Parameter message should be final. | 74 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter s should be final. | 112 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter s should be final. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'documentBase'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URIException'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'urn'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URIException'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | MemberName | Name '_documentBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | MemberName | Name '_absoluteURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | MemberName | Name '_relativeURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | MemberName | Name '_reader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
misc | FinalParameters | Parameter href should be final. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
misc | FinalParameters | Parameter href should be final. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 67 |
![]() |
misc | FinalParameters | Parameter documentBase should be final. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'documentBase'. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reader'. | 77 |
![]() |
misc | FinalParameters | Parameter href should be final. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
misc | FinalParameters | Parameter is should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'is'. | 85 |
![]() |
misc | FinalParameters | Parameter href should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
![]() |
misc | FinalParameters | Parameter href should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 91 |
![]() |
misc | FinalParameters | Parameter documentBase should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'documentBase'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URIException'. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
coding | MagicNumber | '3' is a magic number. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 141 |
![]() |
misc | FinalParameters | Parameter urn should be final. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'urn'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'URIException'. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
misc | FinalParameters | Parameter href should be final. | 88 |
![]() |
misc | FinalParameters | Parameter documentBase should be final. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 89 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 96 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 105 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 107 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 131 |
![]() |
misc | FinalParameters | Parameter href should be final. | 136 |
![]() |
misc | FinalParameters | Parameter documentBase should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 137 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter href should be final. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 147 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 176 |
![]() |
misc | FinalParameters | Parameter href should be final. | 181 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 209 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 214 |
![]() |
misc | FinalParameters | Parameter absoluteURL should be final. | 214 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 235 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 254 |
![]() |
misc | FinalParameters | Parameter href should be final. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'href'. | 254 |
![]() |
misc | FinalParameters | Parameter documentBase should be final. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'documentBase'. | 254 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 275 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 322 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 332 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 338 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.BackwardCompatibilityContext. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
![]() |
naming | MemberName | Name '_mappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
![]() |
naming | MemberName | Name '_mappingLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 87 |
![]() |
naming | MemberName | Name '_forceIntrospection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 184 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 199 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 215 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 231 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 269 |
![]() |
coding | MagicNumber | '4' is a magic number. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 407 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 410 |
![]() |
design | DesignForExtension | Method 'setForceIntrospection' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 419 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 446 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 452 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_pkgName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_lineSep' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_force' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_typeFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | MemberName | Name '_destDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
naming | MemberName | Name '_codeGen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
![]() |
naming | MemberName | Name '_nodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
naming | MemberName | Name '_nextSiblingNode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
naming | MemberName | Name '_firstChildNode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | MemberName | Name '_localName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
naming | MemberName | Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
naming | MemberName | Name '_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 136 |
![]() |
naming | StaticVariableName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 152 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 176 |
![]() |
misc | FinalParameters | Parameter type should be final. | 176 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 176 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 176 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
coding | MagicNumber | '6' is a magic number. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
![]() |
misc | FinalParameters | Parameter node should be final. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
![]() |
misc | FinalParameters | Parameter node should be final. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
misc | FinalParameters | Parameter node should be final. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
misc | FinalParameters | Parameter node should be final. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 333 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 418 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 438 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 459 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 461 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 510 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 512 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 536 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 537 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 598 |
![]() |
misc | FinalParameters | Parameter node should be final. | 603 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 611 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 629 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
misc | FinalParameters | Parameter node1 should be final. | 642 |
![]() |
misc | FinalParameters | Parameter node2 should be final. | 642 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
![]() |
naming | ConstantName | Name 'noXMLFields' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
naming | ConstantName | Name 'noJavaFields' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 82 |
![]() |
misc | FinalParameters | Parameter type should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 129 |
![]() |
misc | FinalParameters | Parameter nodeType should be final. | 129 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 148 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 180 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 243 |
![]() |
design | DesignForExtension | Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter name should be final. | 246 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 246 |
![]() |
misc | FinalParameters | Parameter object should be final. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
design | DesignForExtension | Method 'isChoice' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 272 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 281 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 291 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 299 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 80 |
![]() |
coding | MagicNumber | '60' is a magic number. | 87 |
![]() |
coding | MagicNumber | '60' is a magic number. | 87 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 87 |
![]() |
coding | MagicNumber | '60' is a magic number. | 88 |
![]() |
coding | MagicNumber | '60' is a magic number. | 88 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 88 |
![]() |
coding | MagicNumber | '60' is a magic number. | 89 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 89 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 121 |
![]() |
misc | FinalParameters | Parameter str should be final. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 133 |
![]() |
misc | FinalParameters | Parameter str should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 151 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
coding | MagicNumber | '60' is a magic number. | 170 |
![]() |
coding | MagicNumber | '60' is a magic number. | 170 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 170 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter year should be final. | 182 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter month should be final. | 187 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter day should be final. | 192 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 197 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 207 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter second should be final. | 207 |
![]() |
misc | FinalParameters | Parameter millsecond should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 212 |
![]() |
design | DesignForExtension | Method 'setZone' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 212 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 212 |
![]() |
design | DesignForExtension | Method 'setZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
misc | FinalParameters | Parameter target should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 147 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter target should be final. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 174 |
![]() |
misc | FinalParameters | Parameter object should be final. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 183 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
![]() |
misc | FinalParameters | Parameter values should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
![]() |
misc | FinalParameters | Parameter dateAsLong should be final. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
![]() |
misc | FinalParameters | Parameter dateRef should be final. | 98 |
![]() |
coding | MagicNumber | '100' is a magic number. | 101 |
![]() |
coding | MagicNumber | '100' is a magic number. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
misc | FinalParameters | Parameter date should be final. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 127 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter values should be final. | 136 |
![]() |
coding | MagicNumber | '4' is a magic number. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 138 |
![]() |
coding | MagicNumber | '3' is a magic number. | 143 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
coding | MagicNumber | '4' is a magic number. | 154 |
![]() |
coding | MagicNumber | '3' is a magic number. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
![]() |
coding | MagicNumber | '100' is a magic number. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 203 |
![]() |
misc | FinalParameters | Parameter str should be final. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 215 |
![]() |
misc | FinalParameters | Parameter str should be final. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
misc | FinalParameters | Parameter str should be final. | 223 |
![]() |
misc | FinalParameters | Parameter result should be final. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 242 |
![]() |
coding | MagicNumber | '3' is a magic number. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 243 |
![]() |
coding | MagicNumber | '10' is a magic number. | 249 |
![]() |
coding | MagicNumber | '10' is a magic number. | 250 |
![]() |
coding | MagicNumber | '3' is a magic number. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 253 |
![]() |
coding | MagicNumber | '4' is a magic number. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 270 |
![]() |
coding | MagicNumber | '10' is a magic number. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 287 |
![]() |
coding | MagicNumber | '10' is a magic number. | 290 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 311 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 325 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
![]() |
misc | FinalParameters | Parameter second should be final. | 339 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 349 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 354 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 358 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
![]() |
misc | FinalParameters | Parameter target should be final. | 130 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 145 |
![]() |
misc | FinalParameters | Parameter target should be final. | 145 |
![]() |
misc | FinalParameters | Parameter value should be final. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter target should be final. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 191 |
![]() |
misc | FinalParameters | Parameter object should be final. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 200 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
misc | FinalParameters | Parameter values should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
misc | FinalParameters | Parameter dateAsLong should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
misc | FinalParameters | Parameter dateRef should be final. | 80 |
![]() |
coding | MagicNumber | '100' is a magic number. | 84 |
![]() |
coding | MagicNumber | '100' is a magic number. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 97 |
![]() |
misc | FinalParameters | Parameter date should be final. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
misc | FinalParameters | Parameter values should be final. | 126 |
![]() |
coding | MagicNumber | '8' is a magic number. | 127 |
![]() |
coding | MagicNumber | '3' is a magic number. | 134 |
![]() |
coding | MagicNumber | '4' is a magic number. | 135 |
![]() |
coding | MagicNumber | '5' is a magic number. | 136 |
![]() |
coding | MagicNumber | '6' is a magic number. | 137 |
![]() |
coding | MagicNumber | '7' is a magic number. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 141 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
coding | MagicNumber | '8' is a magic number. | 158 |
![]() |
coding | MagicNumber | '3' is a magic number. | 162 |
![]() |
coding | MagicNumber | '4' is a magic number. | 163 |
![]() |
coding | MagicNumber | '5' is a magic number. | 164 |
![]() |
coding | MagicNumber | '6' is a magic number. | 165 |
![]() |
coding | MagicNumber | '7' is a magic number. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 176 |
![]() |
coding | MagicNumber | '100' is a magic number. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 186 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 193 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 214 |
![]() |
misc | FinalParameters | Parameter str should be final. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 225 |
![]() |
misc | FinalParameters | Parameter str should be final. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 241 |
![]() |
misc | FinalParameters | Parameter str should be final. | 241 |
![]() |
misc | FinalParameters | Parameter result should be final. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 243 |
![]() |
coding | MagicNumber | '19' is a magic number. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
![]() |
naming | MemberName | Name '_isNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | MemberName | Name '_century' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | MemberName | Name '_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | MemberName | Name '_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | MemberName | Name '_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() |
naming | MemberName | Name '_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_minute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | MemberName | Name '_second' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | MemberName | Name '_millsecond' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | MemberName | Name '_zoneNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | MemberName | Name '_utc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | MemberName | Name '_zoneHour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | MemberName | Name '_zoneMinute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 149 |
![]() |
misc | FinalParameters | Parameter year should be final. | 154 |
![]() |
coding | MagicNumber | '4' is a magic number. | 155 |
![]() |
coding | MagicNumber | '100' is a magic number. | 155 |
![]() |
coding | MagicNumber | '400' is a magic number. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 166 |
![]() |
misc | FinalParameters | Parameter century should be final. | 166 |
![]() |
misc | FinalParameters | Parameter year should be final. | 166 |
![]() |
coding | MagicNumber | '100' is a magic number. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 186 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
misc | FinalParameters | Parameter century should be final. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 206 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
misc | FinalParameters | Parameter year should be final. | 209 |
![]() |
coding | MagicNumber | '99' is a magic number. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 234 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
misc | FinalParameters | Parameter month should be final. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 241 |
![]() |
coding | MagicNumber | '12' is a magic number. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 257 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
misc | FinalParameters | Parameter day should be final. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 296 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 299 |
![]() |
coding | MagicNumber | '23' is a magic number. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 315 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 318 |
![]() |
coding | MagicNumber | '59' is a magic number. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 340 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
misc | FinalParameters | Parameter second should be final. | 340 |
![]() |
misc | FinalParameters | Parameter millsecond should be final. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 350 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
misc | FinalParameters | Parameter second should be final. | 353 |
![]() |
coding | MagicNumber | '59' is a magic number. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 372 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 372 |
![]() |
coding | MagicNumber | '999' is a magic number. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 377 |
![]() |
design | DesignForExtension | Method 'setUTC' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 395 |
![]() |
design | DesignForExtension | Method 'setZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
misc | FinalParameters | Parameter zoneNegative should be final. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 411 |
![]() |
design | DesignForExtension | Method 'setZone' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 414 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 423 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 427 |
![]() |
design | DesignForExtension | Method 'setZoneHour' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 430 |
![]() |
coding | MagicNumber | '23' is a magic number. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 450 |
![]() |
design | DesignForExtension | Method 'setZoneMinute' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 453 |
![]() |
coding | MagicNumber | '59' is a magic number. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 455 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 474 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 478 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 486 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 498 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 508 |
![]() |
design | DesignForExtension | Method 'isUTC' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() |
design | DesignForExtension | Method 'isZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 517 |
![]() |
design | DesignForExtension | Method 'getZoneHour' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 521 |
![]() |
design | DesignForExtension | Method 'getZoneMinute' is not designed for extension - needs to be abstract, final or empty. | 525 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 525 |
![]() |
design | DesignForExtension | Method 'hasIsNegative' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 531 |
![]() |
design | DesignForExtension | Method 'hasCentury' is not designed for extension - needs to be abstract, final or empty. | 535 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 535 |
![]() |
design | DesignForExtension | Method 'hasYear' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 539 |
![]() |
design | DesignForExtension | Method 'hasMonth' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 543 |
![]() |
design | DesignForExtension | Method 'hasDay' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 551 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 555 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 559 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 563 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 575 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 577 |
![]() |
design | DesignForExtension | Method 'addDuration' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 582 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 585 |
![]() |
coding | MagicNumber | '12' is a magic number. | 592 |
![]() |
coding | MagicNumber | '12' is a magic number. | 593 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 594 |
![]() |
coding | MagicNumber | '100' is a magic number. | 600 |
![]() |
coding | MagicNumber | '100' is a magic number. | 601 |
![]() |
coding | MagicNumber | '100' is a magic number. | 602 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 603 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 624 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 625 |
![]() |
coding | MagicNumber | '60' is a magic number. | 628 |
![]() |
coding | MagicNumber | '60' is a magic number. | 629 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 630 |
![]() |
coding | MagicNumber | '60' is a magic number. | 637 |
![]() |
coding | MagicNumber | '60' is a magic number. | 638 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 639 |
![]() |
coding | MagicNumber | '24' is a magic number. | 646 |
![]() |
coding | MagicNumber | '24' is a magic number. | 647 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 662 |
![]() |
coding | MagicNumber | '12' is a magic number. | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 674 |
![]() |
coding | MagicNumber | '100' is a magic number. | 674 |
![]() |
coding | MagicNumber | '12' is a magic number. | 674 |
![]() |
coding | MagicNumber | '100' is a magic number. | 675 |
![]() |
coding | MagicNumber | '100' is a magic number. | 676 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 677 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 683 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 693 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 696 |
![]() |
misc | FinalParameters | Parameter a should be final. | 696 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'a'. | 696 |
![]() |
misc | FinalParameters | Parameter b should be final. | 696 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 696 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 702 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 703 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 706 |
![]() |
misc | FinalParameters | Parameter a should be final. | 706 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'a'. | 706 |
![]() |
misc | FinalParameters | Parameter b should be final. | 706 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 706 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 717 |
![]() |
misc | FinalParameters | Parameter century should be final. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'century'. | 717 |
![]() |
misc | FinalParameters | Parameter year should be final. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'year'. | 717 |
![]() |
misc | FinalParameters | Parameter month should be final. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'month'. | 717 |
![]() |
coding | MagicNumber | '4' is a magic number. | 718 |
![]() |
coding | MagicNumber | '6' is a magic number. | 718 |
![]() |
coding | MagicNumber | '9' is a magic number. | 718 |
![]() |
coding | MagicNumber | '11' is a magic number. | 718 |
![]() |
coding | MagicNumber | '30' is a magic number. | 719 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 721 |
![]() |
coding | MagicNumber | '29' is a magic number. | 721 |
![]() |
coding | MagicNumber | '28' is a magic number. | 721 |
![]() |
coding | MagicNumber | '31' is a magic number. | 723 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 730 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 731 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 733 |
![]() |
design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 759 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 770 |
![]() |
design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 776 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 776 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 782 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 797 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 800 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 807 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 864 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 865 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 868 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 868 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dateTime'. | 868 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 886 |
![]() |
design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 886 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 886 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 886 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 901 |
![]() |
misc | FinalParameters | Parameter date1 should be final. | 901 |
![]() |
misc | FinalParameters | Parameter date2 should be final. | 901 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1023 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1024 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1030 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1033 |
![]() |
misc | FinalParameters | Parameter object should be final. | 1033 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1043 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1045 |
![]() |
design | DesignForExtension | Method 'equal' is not designed for extension - needs to be abstract, final or empty. | 1050 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 1050 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1056 |
![]() |
design | DesignForExtension | Method 'toCalendar' is not designed for extension - needs to be abstract, final or empty. | 1059 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1067 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1067 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1076 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1077 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1078 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1079 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1082 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1083 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1083 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1083 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1086 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1092 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1097 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1109 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1131 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1141 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1151 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1156 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1179 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1201 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1207 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1220 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1221 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1226 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1227 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1228 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1229 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1230 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1258 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1259 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1259 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1261 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1265 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1265 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1265 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1265 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1275 |
![]() |
design | DesignForExtension | Method 'setDateFormatTimeZone' is not designed for extension - needs to be abstract, final or empty. | 1278 |
![]() |
misc | FinalParameters | Parameter df should be final. | 1278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'df'. | 1278 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1284 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1284 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1284 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 1285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1295 |
![]() |
design | DesignForExtension | Method 'setDateFormatTimeZone' is not designed for extension - needs to be abstract, final or empty. | 1298 |
![]() |
misc | FinalParameters | Parameter calendar should be final. | 1298 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calendar'. | 1298 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1304 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1304 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1304 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 1305 |
![]() |
design | DesignForExtension | Method 'appendDateString' is not designed for extension - needs to be abstract, final or empty. | 1316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 |
![]() |
misc | FinalParameters | Parameter result should be final. | 1316 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1321 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1326 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1332 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1338 |
![]() |
design | DesignForExtension | Method 'appendTimeString' is not designed for extension - needs to be abstract, final or empty. | 1344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1344 |
![]() |
misc | FinalParameters | Parameter result should be final. | 1344 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1345 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1352 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1359 |
![]() |
coding | MagicNumber | '100' is a magic number. | 1366 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1368 |
![]() |
design | DesignForExtension | Method 'appendTimeZoneString' is not designed for extension - needs to be abstract, final or empty. | 1376 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1376 |
![]() |
misc | FinalParameters | Parameter result should be final. | 1376 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1393 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1399 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
![]() |
misc | FinalParameters | Parameter target should be final. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 124 |
![]() |
misc | FinalParameters | Parameter target should be final. | 124 |
![]() |
misc | FinalParameters | Parameter value should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter target should be final. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 173 |
![]() |
misc | FinalParameters | Parameter object should be final. | 173 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
naming | MemberName | Name '_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
naming | MemberName | Name '_minute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_second' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name '_millisecond' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | MemberName | Name '_isNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
![]() |
misc | FinalParameters | Parameter l should be final. | 110 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 111 |
![]() |
coding | MagicNumber | '60' is a magic number. | 112 |
![]() |
coding | MagicNumber | '60' is a magic number. | 113 |
![]() |
coding | MagicNumber | '24' is a magic number. | 114 |
![]() |
coding | MagicNumber | '30.42' is a magic number. | 115 |
![]() |
coding | MagicNumber | '12' is a magic number. | 116 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter year should be final. | 180 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter month should be final. | 188 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter day should be final. | 196 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 204 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 212 |
![]() |
design | DesignForExtension | Method 'setSeconds' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter second should be final. | 220 |
![]() |
design | DesignForExtension | Method 'setMilli' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter milli should be final. | 228 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 251 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
misc | FinalParameters | Parameter year should be final. | 251 |
![]() |
misc | FinalParameters | Parameter month should be final. | 251 |
![]() |
misc | FinalParameters | Parameter day should be final. | 251 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 251 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 251 |
![]() |
misc | FinalParameters | Parameter second should be final. | 251 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 252 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 307 |
![]() |
coding | MagicNumber | '12L' is a magic number. | 307 |
![]() |
coding | MagicNumber | '30.42' is a magic number. | 307 |
![]() |
coding | MagicNumber | '24L' is a magic number. | 307 |
![]() |
coding | MagicNumber | '60L' is a magic number. | 307 |
![]() |
coding | MagicNumber | '60L' is a magic number. | 307 |
![]() |
coding | MagicNumber | '1000L' is a magic number. | 308 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 310 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 314 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 344 |
![]() |
coding | MagicNumber | '100' is a magic number. | 360 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
![]() |
coding | MagicNumber | '10' is a magic number. | 362 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 379 |
![]() |
misc | FinalParameters | Parameter str should be final. | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 389 |
![]() |
misc | FinalParameters | Parameter str should be final. | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 399 |
![]() |
sizes | MethodLength | Method length is 248 lines (max allowed is 150). | 399 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
misc | FinalParameters | Parameter str should be final. | 399 |
![]() |
misc | FinalParameters | Parameter result should be final. | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 452 |
![]() |
coding | MagicNumber | '64' is a magic number. | 456 |
![]() |
coding | MagicNumber | '8' is a magic number. | 470 |
![]() |
coding | MagicNumber | '3' is a magic number. | 474 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 485 |
![]() |
coding | MagicNumber | '63' is a magic number. | 490 |
![]() |
coding | MagicNumber | '32' is a magic number. | 493 |
![]() |
coding | MagicNumber | '31' is a magic number. | 506 |
![]() |
coding | MagicNumber | '16' is a magic number. | 509 |
![]() |
coding | MagicNumber | '8' is a magic number. | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 522 |
![]() |
coding | MagicNumber | '8' is a magic number. | 525 |
![]() |
coding | MagicNumber | '15' is a magic number. | 531 |
![]() |
coding | MagicNumber | '8' is a magic number. | 531 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
![]() |
coding | MagicNumber | '8' is a magic number. | 533 |
![]() |
coding | MagicNumber | '8' is a magic number. | 533 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 535 |
![]() |
coding | MagicNumber | '4' is a magic number. | 539 |
![]() |
coding | MagicNumber | '8' is a magic number. | 551 |
![]() |
coding | MagicNumber | '8' is a magic number. | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 556 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 570 |
![]() |
coding | MagicNumber | '3' is a magic number. | 574 |
![]() |
coding | MagicNumber | '10' is a magic number. | 576 |
![]() |
coding | MagicNumber | '10' is a magic number. | 578 |
![]() |
coding | MagicNumber | '8' is a magic number. | 593 |
![]() |
coding | MagicNumber | '8' is a magic number. | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 599 |
![]() |
coding | MagicNumber | '10' is a magic number. | 619 |
![]() |
coding | MagicNumber | '48' is a magic number. | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 623 |
![]() |
coding | MagicNumber | '48' is a magic number. | 624 |
![]() |
coding | MagicNumber | '48' is a magic number. | 626 |
![]() |
coding | MagicNumber | '15' is a magic number. | 637 |
![]() |
coding | MagicNumber | '8' is a magic number. | 637 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 652 |
![]() |
coding | MagicNumber | '37' is a magic number. | 653 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 656 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 658 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 661 |
![]() |
misc | FinalParameters | Parameter object should be final. | 661 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 668 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 669 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 670 |
![]() |
design | DesignForExtension | Method 'equal' is not designed for extension - needs to be abstract, final or empty. | 674 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 674 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 690 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 693 |
![]() |
design | DesignForExtension | Method 'isGreater' is not designed for extension - needs to be abstract, final or empty. | 700 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 700 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
![]() |
misc | FinalParameters | Parameter target should be final. | 127 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 141 |
![]() |
misc | FinalParameters | Parameter target should be final. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter target should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 184 |
![]() |
misc | FinalParameters | Parameter object should be final. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 193 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 31 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter day should be final. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'day'. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter day should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'day'. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
![]() |
misc | FinalParameters | Parameter gday should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter values should be final. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
coding | MagicNumber | '10' is a magic number. | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
![]() |
misc | FinalParameters | Parameter str should be final. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 187 |
![]() |
misc | FinalParameters | Parameter str should be final. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
misc | FinalParameters | Parameter str should be final. | 195 |
![]() |
misc | FinalParameters | Parameter result should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 207 |
![]() |
design | DesignForExtension | Method 'hasIsNegative' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
design | DesignForExtension | Method 'hasCentury' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
misc | FinalParameters | Parameter century should be final. | 242 |
![]() |
design | DesignForExtension | Method 'hasYear' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter year should be final. | 256 |
![]() |
design | DesignForExtension | Method 'hasMonth' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
misc | FinalParameters | Parameter month should be final. | 270 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 284 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 298 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
misc | FinalParameters | Parameter second should be final. | 312 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 322 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter target should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
![]() |
misc | FinalParameters | Parameter object should be final. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 192 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter month should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter month should be final. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
![]() |
misc | FinalParameters | Parameter gmonth should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter values should be final. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
coding | MagicNumber | '10' is a magic number. | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 177 |
![]() |
misc | FinalParameters | Parameter str should be final. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 189 |
![]() |
misc | FinalParameters | Parameter str should be final. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter str should be final. | 197 |
![]() |
misc | FinalParameters | Parameter result should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 218 |
![]() |
coding | MagicNumber | '10' is a magic number. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 228 |
![]() |
design | DesignForExtension | Method 'hasIsNegative' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 245 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
design | DesignForExtension | Method 'hasCentury' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 259 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter century should be final. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 264 |
![]() |
design | DesignForExtension | Method 'hasYear' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter year should be final. | 277 |
![]() |
design | DesignForExtension | Method 'hasDay' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
misc | FinalParameters | Parameter month should be final. | 291 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 305 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 319 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 329 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter second should be final. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 334 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 343 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 348 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter month should be final. | 74 |
![]() |
misc | FinalParameters | Parameter day should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
misc | FinalParameters | Parameter month should be final. | 85 |
![]() |
misc | FinalParameters | Parameter day should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
misc | FinalParameters | Parameter values should be final. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 104 |
![]() |
misc | FinalParameters | Parameter gmonthDay should be final. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter values should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
coding | MagicNumber | '10' is a magic number. | 176 |
![]() |
coding | MagicNumber | '10' is a magic number. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 198 |
![]() |
misc | FinalParameters | Parameter str should be final. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
![]() |
misc | FinalParameters | Parameter str should be final. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter str should be final. | 217 |
![]() |
misc | FinalParameters | Parameter result should be final. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 240 |
![]() |
coding | MagicNumber | '10' is a magic number. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 258 |
![]() |
coding | MagicNumber | '10' is a magic number. | 261 |
![]() |
design | DesignForExtension | Method 'hasIsNegative' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 278 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
design | DesignForExtension | Method 'hasCentury' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 292 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
misc | FinalParameters | Parameter century should be final. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 297 |
![]() |
design | DesignForExtension | Method 'hasYear' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 306 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
misc | FinalParameters | Parameter year should be final. | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 311 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 320 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 325 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 334 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 339 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 348 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
misc | FinalParameters | Parameter second should be final. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 353 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 357 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 362 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 367 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter target should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 184 |
![]() |
misc | FinalParameters | Parameter object should be final. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 193 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
naming | LocalVariableName | Name 'GMonthTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter target should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
![]() |
misc | FinalParameters | Parameter object should be final. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 192 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
misc | FinalParameters | Parameter century should be final. | 73 |
![]() |
misc | FinalParameters | Parameter year should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
misc | FinalParameters | Parameter year should be final. | 84 |
![]() |
coding | MagicNumber | '100' is a magic number. | 85 |
![]() |
coding | MagicNumber | '100' is a magic number. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 95 |
![]() |
misc | FinalParameters | Parameter values should be final. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
misc | FinalParameters | Parameter gyear should be final. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 118 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
misc | FinalParameters | Parameter values should be final. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
coding | MagicNumber | '10' is a magic number. | 180 |
![]() |
coding | MagicNumber | '10' is a magic number. | 185 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 193 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 200 |
![]() |
misc | FinalParameters | Parameter str should be final. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 212 |
![]() |
misc | FinalParameters | Parameter str should be final. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter str should be final. | 219 |
![]() |
misc | FinalParameters | Parameter result should be final. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 240 |
![]() |
coding | MagicNumber | '3' is a magic number. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 242 |
![]() |
coding | MagicNumber | '10' is a magic number. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 246 |
![]() |
coding | MagicNumber | '10' is a magic number. | 246 |
![]() |
coding | MagicNumber | '3' is a magic number. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 248 |
![]() |
coding | MagicNumber | '4' is a magic number. | 254 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 259 |
![]() |
design | DesignForExtension | Method 'hasMonth' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter year should be final. | 272 |
![]() |
design | DesignForExtension | Method 'hasDay' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
misc | FinalParameters | Parameter month should be final. | 286 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 295 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 300 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 314 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
misc | FinalParameters | Parameter second should be final. | 328 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 338 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 343 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 143 |
![]() |
naming | LocalVariableName | Name 'GYearTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter target should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 184 |
![]() |
misc | FinalParameters | Parameter object should be final. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 193 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter century should be final. | 75 |
![]() |
misc | FinalParameters | Parameter year should be final. | 75 |
![]() |
misc | FinalParameters | Parameter month should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter year should be final. | 87 |
![]() |
misc | FinalParameters | Parameter month should be final. | 87 |
![]() |
coding | MagicNumber | '100' is a magic number. | 88 |
![]() |
coding | MagicNumber | '100' is a magic number. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
![]() |
misc | FinalParameters | Parameter values should be final. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 109 |
![]() |
misc | FinalParameters | Parameter gyearMonth should be final. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 122 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
misc | FinalParameters | Parameter values should be final. | 130 |
![]() |
coding | MagicNumber | '3' is a magic number. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
coding | MagicNumber | '3' is a magic number. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 167 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
coding | MagicNumber | '10' is a magic number. | 188 |
![]() |
coding | MagicNumber | '10' is a magic number. | 192 |
![]() |
coding | MagicNumber | '10' is a magic number. | 199 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 214 |
![]() |
misc | FinalParameters | Parameter str should be final. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 226 |
![]() |
misc | FinalParameters | Parameter str should be final. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
misc | FinalParameters | Parameter str should be final. | 234 |
![]() |
misc | FinalParameters | Parameter result should be final. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 254 |
![]() |
coding | MagicNumber | '3' is a magic number. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 256 |
![]() |
coding | MagicNumber | '10' is a magic number. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 261 |
![]() |
coding | MagicNumber | '10' is a magic number. | 261 |
![]() |
coding | MagicNumber | '3' is a magic number. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 263 |
![]() |
coding | MagicNumber | '4' is a magic number. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 281 |
![]() |
coding | MagicNumber | '10' is a magic number. | 284 |
![]() |
design | DesignForExtension | Method 'hasDay' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 301 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
misc | FinalParameters | Parameter day should be final. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 306 |
![]() |
design | DesignForExtension | Method 'hasHour' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 315 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 320 |
![]() |
design | DesignForExtension | Method 'hasMinute' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 329 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 334 |
![]() |
design | DesignForExtension | Method 'hasSeconds' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 343 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter second should be final. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 348 |
![]() |
design | DesignForExtension | Method 'hasMilli' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 357 |
![]() |
design | DesignForExtension | Method 'setMilliSecond' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 362 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
![]() |
naming | LocalVariableName | Name 'GYearMonthTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter target should be final. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 185 |
![]() |
misc | FinalParameters | Parameter object should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 194 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.exolab.castor.types.TimePeriod. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 83 |
![]() |
coding | MagicNumber | '60' is a magic number. | 86 |
![]() |
coding | MagicNumber | '60' is a magic number. | 86 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 86 |
![]() |
coding | MagicNumber | '60' is a magic number. | 87 |
![]() |
coding | MagicNumber | '60' is a magic number. | 87 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 87 |
![]() |
coding | MagicNumber | '60' is a magic number. | 88 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 88 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 91 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter day should be final. | 96 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 102 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 113 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter second should be final. | 113 |
![]() |
misc | FinalParameters | Parameter millsecond should be final. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
![]() |
design | DesignForExtension | Method 'setZone' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 119 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 119 |
![]() |
design | DesignForExtension | Method 'setZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
coding | MagicNumber | '10' is a magic number. | 145 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
![]() |
coding | MagicNumber | '10' is a magic number. | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter str should be final. | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
![]() |
misc | FinalParameters | Parameter str should be final. | 172 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
coding | MagicNumber | '4' is a magic number. | 192 |
![]() |
coding | MagicNumber | '4' is a magic number. | 199 |
![]() |
coding | MagicNumber | '4' is a magic number. | 202 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
![]() |
coding | MagicNumber | '5' is a magic number. | 207 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 213 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 217 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
coding | MagicNumber | '60' is a magic number. | 227 |
![]() |
coding | MagicNumber | '60' is a magic number. | 227 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 227 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 228 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 235 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
misc | FinalParameters | Parameter target should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 147 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter target should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 176 |
![]() |
misc | FinalParameters | Parameter object should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 185 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | MemberName | Name '_century' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | MemberName | Name '_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
naming | MemberName | Name '_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | MemberName | Name '_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 98 |
![]() |
misc | FinalParameters | Parameter period should be final. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 108 |
![]() |
misc | FinalParameters | Parameter period should be final. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 121 |
![]() |
misc | FinalParameters | Parameter period should be final. | 121 |
![]() |
misc | FinalParameters | Parameter values should be final. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedOperationException'. | 122 |
![]() |
coding | MagicNumber | '10' is a magic number. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter century should be final. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
misc | FinalParameters | Parameter year should be final. | 149 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedOperationException'. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
javadoc | JavadocStyle | Incomplete HTML tag found: * @param month the value to set up Note 1<month<12 | 168 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter month should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedOperationException'. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 174 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 181 |
![]() |
coding | MagicNumber | '12' is a magic number. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter day should be final. | 197 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedOperationException'. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 201 |
![]() |
coding | MagicNumber | '29' is a magic number. | 213 |
![]() |
coding | MagicNumber | '28' is a magic number. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 223 |
![]() |
coding | MagicNumber | '4' is a magic number. | 223 |
![]() |
coding | MagicNumber | '6' is a magic number. | 223 |
![]() |
coding | MagicNumber | '9' is a magic number. | 223 |
![]() |
coding | MagicNumber | '11' is a magic number. | 223 |
![]() |
coding | MagicNumber | '30' is a magic number. | 224 |
![]() |
coding | MagicNumber | '31' is a magic number. | 229 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
design | DesignForExtension | Method 'isLeap' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
coding | MagicNumber | '100' is a magic number. | 245 |
![]() |
coding | MagicNumber | '4' is a magic number. | 246 |
![]() |
coding | MagicNumber | '100' is a magic number. | 246 |
![]() |
coding | MagicNumber | '400' is a magic number. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 269 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter values should be final. | 273 |
![]() |
coding | MagicNumber | '3' is a magic number. | 277 |
![]() |
coding | MagicNumber | '4' is a magic number. | 278 |
![]() |
coding | MagicNumber | '5' is a magic number. | 279 |
![]() |
coding | MagicNumber | '6' is a magic number. | 280 |
![]() |
coding | MagicNumber | '7' is a magic number. | 280 |
![]() |
coding | MagicNumber | '8' is a magic number. | 281 |
![]() |
coding | MagicNumber | '9' is a magic number. | 281 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 306 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
coding | MagicNumber | '10' is a magic number. | 310 |
![]() |
coding | MagicNumber | '3' is a magic number. | 314 |
![]() |
coding | MagicNumber | '4' is a magic number. | 315 |
![]() |
coding | MagicNumber | '5' is a magic number. | 316 |
![]() |
coding | MagicNumber | '6' is a magic number. | 317 |
![]() |
coding | MagicNumber | '7' is a magic number. | 318 |
![]() |
coding | MagicNumber | '8' is a magic number. | 319 |
![]() |
coding | MagicNumber | '5' is a magic number. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 335 |
![]() |
coding | MagicNumber | '60' is a magic number. | 343 |
![]() |
coding | MagicNumber | '60' is a magic number. | 343 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 343 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 344 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 351 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 369 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 376 |
![]() |
coding | MagicNumber | '10' is a magic number. | 376 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 380 |
![]() |
coding | MagicNumber | '10' is a magic number. | 380 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 385 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
![]() |
coding | MagicNumber | '10' is a magic number. | 388 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 396 |
![]() |
coding | MagicNumber | '10' is a magic number. | 396 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 406 |
![]() |
coding | MagicNumber | '10' is a magic number. | 406 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 411 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
![]() |
coding | MagicNumber | '10' is a magic number. | 414 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 419 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 422 |
![]() |
coding | MagicNumber | '10' is a magic number. | 422 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 429 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
![]() |
coding | MagicNumber | '10' is a magic number. | 435 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 440 |
![]() |
coding | MagicNumber | '10' is a magic number. | 440 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 444 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 446 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 451 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 456 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
![]() |
misc | FinalParameters | Parameter str should be final. | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 470 |
![]() |
sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 470 |
![]() |
misc | FinalParameters | Parameter str should be final. | 470 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 479 |
![]() |
coding | MagicNumber | '6' is a magic number. | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 484 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 491 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 498 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 498 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 512 |
![]() |
coding | MagicNumber | '3' is a magic number. | 512 |
![]() |
coding | MagicNumber | '3' is a magic number. | 519 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
![]() |
coding | MagicNumber | '4' is a magic number. | 521 |
![]() |
coding | MagicNumber | '4' is a magic number. | 528 |
![]() |
coding | MagicNumber | '4' is a magic number. | 530 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 538 |
![]() |
coding | MagicNumber | '5' is a magic number. | 539 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 553 |
![]() |
coding | MagicNumber | '8' is a magic number. | 554 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 570 |
![]() |
coding | MagicNumber | '5' is a magic number. | 570 |
![]() |
coding | MagicNumber | '11' is a magic number. | 571 |
![]() |
coding | MagicNumber | '3' is a magic number. | 573 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 577 |
![]() |
coding | MagicNumber | '11' is a magic number. | 578 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 589 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 596 |
![]() |
coding | MagicNumber | '14' is a magic number. | 597 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 609 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 621 |
![]() |
coding | MagicNumber | '17' is a magic number. | 622 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 626 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 636 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 644 |
![]() |
coding | MagicNumber | '6' is a magic number. | 644 |
![]() |
coding | MagicNumber | '20' is a magic number. | 645 |
![]() |
coding | MagicNumber | '3' is a magic number. | 646 |
![]() |
coding | MagicNumber | '4' is a magic number. | 647 |
![]() |
coding | MagicNumber | '6' is a magic number. | 647 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 648 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 651 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 656 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 658 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 660 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 663 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 663 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 663 |
![]() |
misc | FinalParameters | Parameter object should be final. | 663 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 663 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 681 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 682 |
![]() |
design | DesignForExtension | Method 'equal' is not designed for extension - needs to be abstract, final or empty. | 686 |
![]() |
misc | FinalParameters | Parameter reccD should be final. | 686 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 686 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 688 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 711 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 713 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 717 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 718 |
![]() |
design | DesignForExtension | Method 'isGreater' is not designed for extension - needs to be abstract, final or empty. | 722 |
![]() |
misc | FinalParameters | Parameter reccD should be final. | 722 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 722 |
![]() |
naming | LocalVariableName | Name 'val_this' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 730 |
![]() |
naming | LocalVariableName | Name 'val_reccD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 733 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 735 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 740 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 35 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.exolab.castor.types.TimeDuration. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
![]() |
naming | MemberName | Name '_period' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | MemberName | Name '_duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
![]() |
naming | MemberName | Name '_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
![]() |
naming | MemberName | Name '_minute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
naming | MemberName | Name '_second' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_millsecond' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
naming | MemberName | Name '_zoneHour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | MemberName | Name '_zoneMinute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_utc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | MemberName | Name '_zoneNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | MemberName | Name '_isNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 110 |
![]() |
misc | FinalParameters | Parameter period should be final. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 128 |
![]() |
misc | FinalParameters | Parameter period should be final. | 128 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 148 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 148 |
![]() |
misc | FinalParameters | Parameter period should be final. | 148 |
![]() |
misc | FinalParameters | Parameter values should be final. | 148 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'OperationNotSupportedException'. | 149 |
![]() |
coding | MagicNumber | '6' is a magic number. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
![]() |
misc | FinalParameters | Parameter period should be final. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 174 |
![]() |
design | DesignForExtension | Method 'setPeriod' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter period should be final. | 174 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedOperationException'. | 174 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
![]() |
design | DesignForExtension | Method 'setPeriod' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter period should be final. | 185 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
![]() |
design | DesignForExtension | Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 201 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 212 |
![]() |
design | DesignForExtension | Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 212 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 225 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 228 |
![]() |
coding | MagicNumber | '23' is a magic number. | 230 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 241 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 244 |
![]() |
coding | MagicNumber | '59' is a magic number. | 249 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 264 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
misc | FinalParameters | Parameter second should be final. | 264 |
![]() |
misc | FinalParameters | Parameter millsecond should be final. | 264 |
![]() |
coding | MagicNumber | '60' is a magic number. | 269 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 285 |
![]() |
design | DesignForExtension | Method 'setZone' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 285 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 285 |
![]() |
coding | MagicNumber | '23' is a magic number. | 287 |
![]() |
coding | MagicNumber | '59' is a magic number. | 293 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 313 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
misc | FinalParameters | Parameter values should be final. | 316 |
![]() |
coding | MagicNumber | '3' is a magic number. | 319 |
![]() |
coding | MagicNumber | '4' is a magic number. | 320 |
![]() |
coding | MagicNumber | '5' is a magic number. | 320 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 323 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 333 |
![]() |
design | DesignForExtension | Method 'setZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 340 |
![]() |
design | DesignForExtension | Method 'setUTC' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
design | DesignForExtension | Method 'getPeriod' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
![]() |
design | DesignForExtension | Method 'getZoneHour' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
design | DesignForExtension | Method 'getZoneMinute' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 383 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() |
coding | MagicNumber | '6' is a magic number. | 386 |
![]() |
coding | MagicNumber | '3' is a magic number. | 390 |
![]() |
coding | MagicNumber | '4' is a magic number. | 391 |
![]() |
coding | MagicNumber | '5' is a magic number. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 397 |
![]() |
design | DesignForExtension | Method 'isUTC' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 406 |
![]() |
design | DesignForExtension | Method 'isZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 410 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 414 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 416 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 419 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
misc | FinalParameters | Parameter object should be final. | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 435 |
![]() |
design | DesignForExtension | Method 'equal' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() |
misc | FinalParameters | Parameter reccD should be final. | 440 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 440 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 460 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 470 |
![]() |
design | DesignForExtension | Method 'isGreater' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() |
misc | FinalParameters | Parameter reccD should be final. | 470 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 470 |
![]() |
naming | LocalVariableName | Name 'val_this' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 |
![]() |
naming | LocalVariableName | Name 'val_reccD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 480 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 481 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 490 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
misc | FinalParameters | Parameter target should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 141 |
![]() |
misc | FinalParameters | Parameter target should be final. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 142 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter target should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
![]() |
misc | FinalParameters | Parameter object should be final. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 192 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
![]() |
misc | FinalParameters | Parameter values should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter l should be final. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter l should be final. | 100 |
![]() |
misc | FinalParameters | Parameter utc should be final. | 100 |
![]() |
coding | MagicNumber | '86400000L' is a magic number. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 105 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 106 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 107 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 108 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 109 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 120 |
![]() |
misc | FinalParameters | Parameter time should be final. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 133 |
![]() |
design | DesignForExtension | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter values should be final. | 142 |
![]() |
coding | MagicNumber | '4' is a magic number. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 144 |
![]() |
coding | MagicNumber | '3' is a magic number. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
coding | MagicNumber | '4' is a magic number. | 159 |
![]() |
coding | MagicNumber | '3' is a magic number. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 173 |
![]() |
coding | MagicNumber | '60' is a magic number. | 180 |
![]() |
coding | MagicNumber | '59' is a magic number. | 182 |
![]() |
coding | MagicNumber | '60' is a magic number. | 183 |
![]() |
coding | MagicNumber | '24' is a magic number. | 188 |
![]() |
coding | MagicNumber | '23' is a magic number. | 189 |
![]() |
coding | MagicNumber | '24' is a magic number. | 190 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 193 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 193 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 241 |
![]() |
misc | FinalParameters | Parameter str should be final. | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 253 |
![]() |
misc | FinalParameters | Parameter str should be final. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
misc | FinalParameters | Parameter str should be final. | 260 |
![]() |
misc | FinalParameters | Parameter result should be final. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 262 |
![]() |
design | DesignForExtension | Method 'hasIsNegative' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 283 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
design | DesignForExtension | Method 'hasCentury' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
misc | FinalParameters | Parameter century should be final. | 301 |
![]() |
design | DesignForExtension | Method 'hasYear' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
misc | FinalParameters | Parameter year should be final. | 315 |
![]() |
design | DesignForExtension | Method 'hasMonth' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
misc | FinalParameters | Parameter month should be final. | 329 |
![]() |
design | DesignForExtension | Method 'hasDay' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
![]() |
misc | FinalParameters | Parameter month should be final. | 343 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
![]() |
misc | FinalParameters | Parameter target should be final. | 127 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter target should be final. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 185 |
![]() |
misc | FinalParameters | Parameter object should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 194 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
naming | MemberName | Name '_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
naming | MemberName | Name '_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
naming | MemberName | Name '_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
naming | MemberName | Name '_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
naming | MemberName | Name '_minute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
naming | MemberName | Name '_second' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
naming | MemberName | Name '_millisecond' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
naming | MemberName | Name '_isNegative' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
misc | FinalParameters | Parameter l should be final. | 114 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 116 |
![]() |
coding | MagicNumber | '60' is a magic number. | 117 |
![]() |
coding | MagicNumber | '60' is a magic number. | 118 |
![]() |
coding | MagicNumber | '24' is a magic number. | 119 |
![]() |
coding | MagicNumber | '30.42' is a magic number. | 120 |
![]() |
coding | MagicNumber | '12' is a magic number. | 121 |
![]() |
design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter year should be final. | 184 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter month should be final. | 188 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter day should be final. | 192 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 196 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 200 |
![]() |
design | DesignForExtension | Method 'setSeconds' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter second should be final. | 204 |
![]() |
design | DesignForExtension | Method 'setMilli' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter milli should be final. | 208 |
![]() |
design | DesignForExtension | Method 'setNegative' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 226 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
misc | FinalParameters | Parameter year should be final. | 226 |
![]() |
misc | FinalParameters | Parameter month should be final. | 226 |
![]() |
misc | FinalParameters | Parameter day should be final. | 226 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 226 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 226 |
![]() |
misc | FinalParameters | Parameter second should be final. | 226 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 227 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'millisecond'. | 227 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
design | DesignForExtension | Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
design | DesignForExtension | Method 'getMilli' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
design | DesignForExtension | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 282 |
![]() |
coding | MagicNumber | '12L' is a magic number. | 282 |
![]() |
coding | MagicNumber | '30.42' is a magic number. | 282 |
![]() |
coding | MagicNumber | '24L' is a magic number. | 282 |
![]() |
coding | MagicNumber | '60L' is a magic number. | 282 |
![]() |
coding | MagicNumber | '60L' is a magic number. | 282 |
![]() |
coding | MagicNumber | '1000L' is a magic number. | 283 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 285 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
coding | MagicNumber | '100' is a magic number. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
![]() |
coding | MagicNumber | '10' is a magic number. | 324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 342 |
![]() |
misc | FinalParameters | Parameter str should be final. | 345 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 351 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 357 |
![]() |
sizes | MethodLength | Method length is 238 lines (max allowed is 150). | 357 |
![]() |
misc | FinalParameters | Parameter str should be final. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 408 |
![]() |
coding | MagicNumber | '64' is a magic number. | 412 |
![]() |
coding | MagicNumber | '8' is a magic number. | 426 |
![]() |
coding | MagicNumber | '3' is a magic number. | 430 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 441 |
![]() |
coding | MagicNumber | '63' is a magic number. | 446 |
![]() |
coding | MagicNumber | '32' is a magic number. | 449 |
![]() |
coding | MagicNumber | '31' is a magic number. | 462 |
![]() |
coding | MagicNumber | '16' is a magic number. | 465 |
![]() |
coding | MagicNumber | '8' is a magic number. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 478 |
![]() |
coding | MagicNumber | '8' is a magic number. | 481 |
![]() |
coding | MagicNumber | '15' is a magic number. | 487 |
![]() |
coding | MagicNumber | '8' is a magic number. | 487 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 489 |
![]() |
coding | MagicNumber | '8' is a magic number. | 489 |
![]() |
coding | MagicNumber | '8' is a magic number. | 489 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 491 |
![]() |
coding | MagicNumber | '4' is a magic number. | 495 |
![]() |
coding | MagicNumber | '8' is a magic number. | 507 |
![]() |
coding | MagicNumber | '8' is a magic number. | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 512 |
![]() |
coding | MagicNumber | '3' is a magic number. | 527 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 528 |
![]() |
coding | MagicNumber | '10' is a magic number. | 529 |
![]() |
coding | MagicNumber | '10' is a magic number. | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 545 |
![]() |
coding | MagicNumber | '8' is a magic number. | 549 |
![]() |
coding | MagicNumber | '8' is a magic number. | 549 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 560 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 572 |
![]() |
coding | MagicNumber | '10' is a magic number. | 573 |
![]() |
coding | MagicNumber | '48' is a magic number. | 573 |
![]() |
coding | MagicNumber | '48' is a magic number. | 576 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 578 |
![]() |
coding | MagicNumber | '15' is a magic number. | 584 |
![]() |
coding | MagicNumber | '8' is a magic number. | 584 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 596 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 598 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 601 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 601 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() |
misc | FinalParameters | Parameter object should be final. | 601 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 601 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 602 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 607 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 608 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 609 |
![]() |
design | DesignForExtension | Method 'equal' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
misc | FinalParameters | Parameter timeD should be final. | 613 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 615 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 631 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 633 |
![]() |
design | DesignForExtension | Method 'isGreater' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() |
misc | FinalParameters | Parameter timeD should be final. | 637 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 643 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
misc | FinalParameters | Parameter target should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 147 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
misc | FinalParameters | Parameter target should be final. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 179 |
![]() |
misc | FinalParameters | Parameter object should be final. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 188 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.exolab.castor.types.RecurringDuration. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 88 |
![]() |
misc | FinalParameters | Parameter str should be final. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 88 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
coding | MagicNumber | '6' is a magic number. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
![]() |
coding | MagicNumber | '3' is a magic number. | 127 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
![]() |
coding | MagicNumber | '4' is a magic number. | 132 |
![]() |
coding | MagicNumber | '4' is a magic number. | 139 |
![]() |
coding | MagicNumber | '4' is a magic number. | 142 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
coding | MagicNumber | '5' is a magic number. | 152 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 158 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
![]() |
coding | MagicNumber | '8' is a magic number. | 166 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 172 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
![]() |
coding | MagicNumber | '3' is a magic number. | 180 |
![]() |
coding | MagicNumber | '5' is a magic number. | 180 |
![]() |
coding | MagicNumber | '11' is a magic number. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
coding | MagicNumber | '11' is a magic number. | 187 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
![]() |
coding | MagicNumber | '14' is a magic number. | 202 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 208 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
![]() |
coding | MagicNumber | '17' is a magic number. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 227 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 228 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 239 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
![]() |
coding | MagicNumber | '6' is a magic number. | 244 |
![]() |
coding | MagicNumber | '20' is a magic number. | 245 |
![]() |
coding | MagicNumber | '3' is a magic number. | 247 |
![]() |
coding | MagicNumber | '4' is a magic number. | 248 |
![]() |
coding | MagicNumber | '6' is a magic number. | 248 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 249 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 254 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 260 |
![]() |
design | DesignForExtension | Method 'setPeriod' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
misc | FinalParameters | Parameter period should be final. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
misc | FinalParameters | Parameter target should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
misc | FinalParameters | Parameter target should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 140 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 147 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter target should be final. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 173 |
![]() |
misc | FinalParameters | Parameter object should be final. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 80 |
![]() |
coding | MagicNumber | '60' is a magic number. | 83 |
![]() |
coding | MagicNumber | '60' is a magic number. | 83 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 83 |
![]() |
coding | MagicNumber | '60' is a magic number. | 84 |
![]() |
coding | MagicNumber | '60' is a magic number. | 84 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 84 |
![]() |
coding | MagicNumber | '60' is a magic number. | 85 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 85 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 88 |
![]() |
design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter month should be final. | 94 |
![]() |
design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter day should be final. | 100 |
![]() |
design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 106 |
![]() |
design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 116 |
![]() |
design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter second should be final. | 116 |
![]() |
misc | FinalParameters | Parameter millsecond should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 121 |
![]() |
design | DesignForExtension | Method 'setZone' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 121 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 121 |
![]() |
design | DesignForExtension | Method 'setZoneNegative' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
coding | MagicNumber | '10' is a magic number. | 144 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 153 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
misc | FinalParameters | Parameter str should be final. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 172 |
![]() |
misc | FinalParameters | Parameter str should be final. | 175 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
![]() |
coding | MagicNumber | '4' is a magic number. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 192 |
![]() |
coding | MagicNumber | '4' is a magic number. | 199 |
![]() |
coding | MagicNumber | '4' is a magic number. | 202 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 203 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 206 |
![]() |
design | DesignForExtension | Method 'toDate' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
coding | MagicNumber | '60' is a magic number. | 216 |
![]() |
coding | MagicNumber | '60' is a magic number. | 216 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 216 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 217 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
misc | FinalParameters | Parameter target should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 141 |
![]() |
misc | FinalParameters | Parameter target should be final. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.lang.IllegalStateException'. | 141 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 142 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 148 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter target should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 176 |
![]() |
misc | FinalParameters | Parameter object should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 185 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 85 |
![]() |
misc | FinalParameters | Parameter file should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
![]() |
coding | MagicNumber | '10' is a magic number. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter args should be final. | 202 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 240 |
![]() |
naming | MemberName | Name '_releases' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
design | DesignForExtension | Method 'addRelease' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter release should be final. | 246 |
![]() |
design | DesignForExtension | Method 'getRelease' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 259 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 260 |
![]() |
naming | MemberName | Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 261 |
![]() |
naming | MemberName | Name '_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
design | DesignForExtension | Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 267 |
![]() |
design | DesignForExtension | Method 'getEntry' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
misc | FinalParameters | Parameter version should be final. | 283 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 288 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
![]() |
naming | MemberName | Name '_component' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 291 |
![]() |
naming | MemberName | Name '_details' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 293 |
![]() |
naming | MemberName | Name '_committer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 294 |
![]() |
naming | MemberName | Name '_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
design | DesignForExtension | Method 'getCommitter' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
design | DesignForExtension | Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
design | DesignForExtension | Method 'setCommitter' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
misc | FinalParameters | Parameter committer should be final. | 320 |
![]() |
design | DesignForExtension | Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
misc | FinalParameters | Parameter component should be final. | 324 |
![]() |
design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
misc | FinalParameters | Parameter date should be final. | 328 |
![]() |
design | DesignForExtension | Method 'setDetails' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
misc | FinalParameters | Parameter details should be final. | 332 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 336 |
![]() |
misc | FinalParameters | Parameter value should be final. | 336 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
naming | MemberName | Name '_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
naming | MemberName | Name '_optionInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
naming | MemberName | Name '_errorWriter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'addFlag' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'addFlag' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 66 |
![]() |
design | DesignForExtension | Method 'addFlag' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
![]() |
design | DesignForExtension | Method 'addFlag' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'setUsageInfo' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
design | DesignForExtension | Method 'printUsage' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
design | DesignForExtension | Method 'printHelp' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
coding | MagicNumber | '17' is a magic number. | 232 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 254 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 255 |
![]() |
naming | MemberName | Name '_optional' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 256 |
![]() |
naming | MemberName | Name '_usageText' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 257 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 258 |
![]() |
naming | MemberName | Name '_flag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 317 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
coding | HiddenField | 'publicId' hides a field. | 99 |
![]() |
coding | HiddenField | 'systemId' hides a field. | 99 |
![]() |
coding | HiddenField | 'resource' hides a field. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 108 |
![]() |
naming | MemberName | Name '_dtdInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
naming | MemberName | Name '_baseUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resolver'. | 163 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 170 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
design | DesignForExtension | Method 'setBaseURL' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'getBaseURL' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 217 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 219 |
![]() |
design | DesignForExtension | Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'publicId'. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'systemId'. | 219 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 220 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 258 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 268 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 273 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
misc | FinalParameters | Parameter type should be final. | 60 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 60 |
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
misc | FinalParameters | Parameter type should be final. | 71 |
![]() |
misc | FinalParameters | Parameter args should be final. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter type should be final. | 84 |
![]() |
misc | FinalParameters | Parameter argTypes should be final. | 84 |
![]() |
misc | FinalParameters | Parameter args should be final. | 84 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 111 |
![]() |
misc | FinalParameters | Parameter type should be final. | 111 |
![]() |
misc | FinalParameters | Parameter argTypes should be final. | 111 |
![]() |
misc | FinalParameters | Parameter args should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
misc | FinalParameters | Parameter argTypes should be final. | 138 |
![]() |
misc | FinalParameters | Parameter args should be final. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 166 |
![]() |
misc | FinalParameters | Parameter type should be final. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 136 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 146 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
design | VisibilityModifier | Variable 'listenerList' must be private and have accessor methods. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 172 |
![]() |
design | DesignForExtension | Method 'getListenerList' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
design | DesignForExtension | Method 'getListenerCount' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
misc | FinalParameters | Parameter newListener should be final. | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 222 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter newListener should be final. | 224 |
![]() |
misc | FinalParameters | Parameter index should be final. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 224 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 256 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
misc | FinalParameters | Parameter listenerToRemove should be final. | 256 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 258 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 262 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 276 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
misc | FinalParameters | Parameter s should be final. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter s should be final. | 300 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 313 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 313 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | MemberName | Name '_iter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter iter should be final. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
design | DesignForExtension | Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.oro.text.regex.*. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
naming | MemberName | Name '_regexp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
design | DesignForExtension | Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter rexpr should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.regexp.*. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
naming | MemberName | Name '_regexp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
naming | MemberName | Name '_localTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter message should be final. | 74 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
![]() |
misc | FinalParameters | Parameter message should be final. | 95 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
![]() |
design | DesignForExtension | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 113 |
![]() |
design | DesignForExtension | Method 'setLocalStackTraceOnly' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter localTrace should be final. | 117 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 144 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter printer should be final. | 148 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 151 |
![]() |
design | DesignForExtension | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter printer should be final. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 75 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
misc | FinalParameters | Parameter type should be final. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
design | DesignForExtension | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter object should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
naming | MemberName | Name '_pattern' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
design | DesignForExtension | Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
misc | FinalParameters | Parameter rexpr should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
misc | FinalParameters | Parameter value should be final. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 102 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
misc | FinalParameters | Parameter args should be final. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
naming | MemberName | Name '_regexp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
design | VisibilityModifier | Variable '_regexp' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | MemberName | Name '_constructor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 117 |
![]() |
design | DesignForExtension | Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter rexpr should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 142 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter value should be final. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
design | DesignForExtension | Method 'confirm' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
![]() |
design | DesignForExtension | Method 'confirm' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
![]() |
design | DesignForExtension | Method 'confirm' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
design | DesignForExtension | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 186 |
![]() |
coding | MagicNumber | '4' is a magic number. | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | UniqueProperties | Duplicated property '</simpleType>' (19 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<Facet' (29 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<simpleType' (45 occurrence(s)). | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | UniqueProperties | Duplicated property '</class>' (3 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '</field>' (10 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<bind-xml' (10 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<class' (3 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<description>built' (2 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<field' (10 occurrence(s)). | |
![]() |
misc | UniqueProperties | Duplicated property '<map-to' (3 occurrence(s)). | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 28 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 35 |
![]() |
design | DesignForExtension | Method 'getOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | FinalClass | Class AccessRights should be declared as final. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
naming | ConstantName | Name 'both' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
naming | ConstantName | Name 'read' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
naming | ConstantName | Name 'write' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter type should be final. | 94 |
![]() |
coding | HiddenField | 'type' hides a field. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 70 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 87 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 95 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter streamReader should be final. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter eventReader should be final. | 54 |
![]() |
design | DesignForExtension | Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter contentHandler should be final. | 58 |
![]() |
coding | HiddenField | 'contentHandler' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter errorHandler should be final. | 62 |
![]() |
coding | HiddenField | 'errorHandler' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'getErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'handleEventType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter eventType should be final. | 91 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'handleStartDocument' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'handleEndDocument' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Method 'handleStartElement' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'handleEndElement' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'handleCharacters' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 225 |
![]() |
design | DesignForExtension | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 228 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 228 |
![]() |
misc | FinalParameters | Parameter localPart should be final. | 228 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localPart'. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 229 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 229 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 241 |
![]() |
design | DesignForExtension | Method 'isIgnorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 241 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'chars'. | 241 |
![]() |
misc | FinalParameters | Parameter start should be final. | 241 |
![]() |
misc | FinalParameters | Parameter length should be final. | 241 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 241 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 250 |
![]() |
design | DesignForExtension | Method 'getNonEmpty' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
misc | FinalParameters | Parameter string should be final. | 253 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 276 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
design | DesignForExtension | Method 'getSAXLocator' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
misc | FinalParameters | Parameter location should be final. | 306 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
![]() |
naming | MemberName | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | MemberName | Name '_serializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
![]() |
design | DesignForExtension | Method 'setOutputCharStream' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 78 |
![]() |
design | DesignForExtension | Method 'asDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 91 |
![]() |
design | DesignForExtension | Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
![]() |
design | DesignForExtension | Method 'setOutputByteStream' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
naming | MemberName | Name '_outputFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
design | VisibilityModifier | Variable '_outputFormat' must be private and have accessor methods. | 26 |
![]() |
design | DesignForExtension | Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setMethod' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
design | DesignForExtension | Method 'setIndenting' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
![]() |
design | DesignForExtension | Method 'setPreserveSpace' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
![]() |
design | DesignForExtension | Method 'setDoctype' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
design | DesignForExtension | Method 'setOmitXMLDeclaration' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
design | DesignForExtension | Method 'setOmitDocumentType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
![]() |
design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
naming | MemberName | Name '_errorCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
naming | MemberName | Name '_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter message should be final. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
misc | FinalParameters | Parameter errorCode should be final. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter message should be final. | 95 |
![]() |
misc | FinalParameters | Parameter errorCode should be final. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter errorCode should be final. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter message should be final. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.xml.sax.ContentHandler. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
![]() |
naming | MemberName | Name '_unmarshalHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
design | DesignForExtension | Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 65 |
![]() |
misc | FinalParameters | Parameter start should be final. | 65 |
![]() |
misc | FinalParameters | Parameter length should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResolverException'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mappingLoader'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 24 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
naming | MemberName | Name '_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 103 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 120 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 151 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 174 |
![]() |
design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 183 |
![]() |
design | DesignForExtension | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 201 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 58 |
![]() |
naming | ConstantName | Name 'attribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
![]() |
naming | ConstantName | Name 'element' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.xml.sax.ContentHandler. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
![]() |
naming | MemberName | Name '_unmarshalHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
![]() |
design | DesignForExtension | Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
sizes | MethodLength | Method length is 487 lines (max allowed is 150). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 164 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 230 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 238 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 286 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 296 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 317 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 343 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 376 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 431 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 515 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 525 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 533 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 535 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 536 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 555 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.xml.sax.*. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handler'. | 53 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
![]() |
naming | MemberName | Name '_minOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_maxOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
design | DesignForExtension | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 105 |
![]() |
design | DesignForExtension | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getTypeValidator' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'hasTypeValidator' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
![]() |
design | DesignForExtension | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
![]() |
design | DesignForExtension | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 151 |
![]() |
design | DesignForExtension | Method 'setDescriptor' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 338 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 353 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
naming | MemberName | Name '_idReferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
![]() |
naming | MemberName | Name '_idResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
![]() |
naming | StaticVariableName | Name '_defaultNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
naming | MemberName | Name '_xmlNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
naming | MemberName | Name '_primitiveNodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
![]() |
naming | MemberName | Name '_wrapCollectionsInContainer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
naming | MemberName | Name '_handlerFactoryList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 156 |
![]() |
naming | MemberName | Name '_handlerFactoryMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 161 |
![]() |
naming | MemberName | Name '_saveMapKeys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() |
naming | MemberName | Name '_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() |
naming | MemberName | Name '_javaNaming' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classLoader'. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter internalContext should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 227 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 232 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 260 |
![]() |
misc | FinalParameters | Parameter c should be final. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 272 |
![]() |
sizes | MethodLength | Method length is 549 lines (max allowed is 150). | 272 |
![]() |
misc | FinalParameters | Parameter c should be final. | 272 |
![]() |
misc | FinalParameters | Parameter errorWriter should be final. | 272 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
coding | MagicNumber | '3' is a magic number. | 300 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 348 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 375 |
![]() |
coding | MagicNumber | '3' is a magic number. | 379 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 396 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 405 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 414 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 418 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 423 |
![]() |
coding | MagicNumber | '3' is a magic number. | 426 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 434 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 443 |
![]() |
coding | MagicNumber | '3' is a magic number. | 446 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 455 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 463 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 522 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 546 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 549 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 617 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 664 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 678 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 685 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 694 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 712 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 723 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 744 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 766 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 807 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 810 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 814 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 823 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 827 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 830 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 830 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 837 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 853 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 870 |
![]() |
misc | FinalParameters | Parameter wrapCollections should be final. | 874 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 878 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 881 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 881 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'descriptor'. | 881 |
![]() |
misc | FinalParameters | Parameter type should be final. | 891 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 894 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 924 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 927 |
![]() |
misc | FinalParameters | Parameter naming should be final. | 930 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 931 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 933 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 938 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 939 |
![]() |
misc | FinalParameters | Parameter nodeType should be final. | 943 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 944 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 946 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 951 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 957 |
![]() |
misc | FinalParameters | Parameter saveMapKeys should be final. | 960 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 966 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 968 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 971 |
![]() |
misc | FinalParameters | Parameter name should be final. | 971 |
![]() |
misc | FinalParameters | Parameter upperFirst should be final. | 971 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 988 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 991 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1005 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1005 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1005 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 1005 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 1006 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1008 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1012 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1034 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1034 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1047 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1053 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1054 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 1057 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 1057 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1058 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1071 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 1071 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 1071 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1073 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1083 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1094 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 1094 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 1094 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1096 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1122 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1131 |
![]() |
coding | MagicNumber | '1.5' is a magic number. | 1132 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1171 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 1174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1198 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1206 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1221 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1223 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1238 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1246 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1263 |
![]() |
misc | FinalParameters | Parameter event should be final. | 1263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1280 |
![]() |
naming | MemberName | Name '_add' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1290 |
![]() |
design | VisibilityModifier | Variable '_add' must be private and have accessor methods. | 1290 |
![]() |
naming | MemberName | Name '_create' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1293 |
![]() |
design | VisibilityModifier | Variable '_create' must be private and have accessor methods. | 1293 |
![]() |
naming | MemberName | Name '_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1296 |
![]() |
design | VisibilityModifier | Variable '_get' must be private and have accessor methods. | 1296 |
![]() |
naming | MemberName | Name '_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1299 |
![]() |
design | VisibilityModifier | Variable '_set' must be private and have accessor methods. | 1299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1301 |
![]() |
naming | MemberName | Name '_fieldName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1302 |
![]() |
design | VisibilityModifier | Variable '_fieldName' must be private and have accessor methods. | 1302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1304 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 1304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1314 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1317 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1319 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1322 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1329 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1332 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 1332 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xmlName'. | 1332 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter message should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
misc | FinalParameters | Parameter message should be final. | 85 |
![]() |
misc | FinalParameters | Parameter errorCode should be final. | 85 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
![]() |
misc | FinalParameters | Parameter message should be final. | 104 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter message should be final. | 118 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 118 |
![]() |
misc | FinalParameters | Parameter errorCode should be final. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.AbstractInternalContext. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 310 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 315 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 388 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 407 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 429 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 433 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 437 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 443 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 447 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 468 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'cdResolver'. | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 541 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 542 |
![]() |
coding | MagicNumber | '3' is a magic number. | 545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 565 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 566 |
![]() |
design | VisibilityModifier | Variable 'parentFieldDesc' must be private and have accessor methods. | 573 |
![]() |
design | VisibilityModifier | Variable 'inheritedClassDesc' must be private and have accessor methods. | 577 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 579 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 579 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 579 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 588 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 592 |
![]() |
naming | MemberName | Name '_classDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 592 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 597 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 618 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 620 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classDesc'. | 620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 628 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 634 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 647 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 658 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 660 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 668 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 674 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 675 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 678 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 684 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 687 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 712 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 715 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 732 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 740 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 743 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 743 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 743 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 743 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 743 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 749 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 750 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 754 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 756 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 808 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 816 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 835 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 843 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 53 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,982 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
imports | UnusedImports | Unused import - java.math.BigDecimal. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 140 |
![]() |
naming | MemberName | Name '_namespaceCounter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 167 |
![]() |
naming | MemberName | Name '_asDocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 177 |
![]() |
naming | MemberName | Name '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 188 |
![]() |
naming | MemberName | Name '_marshalExtendedType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 193 |
![]() |
naming | MemberName | Name '_marshalListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
![]() |
naming | MemberName | Name '_packages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 209 |
![]() |
naming | MemberName | Name '_parents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
![]() |
naming | MemberName | Name '_processingInstructions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | MemberName | Name '_rootElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
![]() |
naming | MemberName | Name '_saveMapKeys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 230 |
![]() |
naming | MemberName | Name '_serializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
![]() |
naming | MemberName | Name '_suppressNamespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() |
naming | MemberName | Name '_suppressXSIType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
naming | MemberName | Name '_useXSITypeAtRoot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 |
![]() |
naming | MemberName | Name '_topLevelAtts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 253 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
![]() |
naming | MemberName | Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 264 |
![]() |
naming | MemberName | Name '_proxyInterfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 295 |
![]() |
design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 307 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 325 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 367 |
![]() |
misc | FinalParameters | Parameter xmlStreamWriter should be final. | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 381 |
![]() |
misc | FinalParameters | Parameter xmlEventWriter should be final. | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 399 |
![]() |
design | DesignForExtension | Method 'setWriter' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 413 |
![]() |
design | DesignForExtension | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
misc | FinalParameters | Parameter result should be final. | 417 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 452 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
misc | FinalParameters | Parameter out should be final. | 456 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 459 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 470 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 484 |
![]() |
design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
design | DesignForExtension | Method 'setXmlStreamWriter' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
misc | FinalParameters | Parameter xmlStreamWriter should be final. | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 519 |
![]() |
design | DesignForExtension | Method 'setXmlEventWriter' is not designed for extension - needs to be abstract, final or empty. | 533 |
![]() |
misc | FinalParameters | Parameter xmlEventWriter should be final. | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 540 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 542 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 553 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 554 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 560 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 562 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 578 |
![]() |
design | DesignForExtension | Method 'addProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. | 580 |
![]() |
misc | FinalParameters | Parameter target should be final. | 580 |
![]() |
misc | FinalParameters | Parameter data should be final. | 580 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 589 |
![]() |
design | DesignForExtension | Method 'setDoctype' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() |
misc | FinalParameters | Parameter publicId should be final. | 595 |
![]() |
misc | FinalParameters | Parameter systemId should be final. | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 608 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 618 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 623 |
![]() |
design | DesignForExtension | Method 'setSupressXMLDeclaration' is not designed for extension - needs to be abstract, final or empty. | 627 |
![]() |
misc | FinalParameters | Parameter supressXMLDeclaration should be final. | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 632 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 633 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 636 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 641 |
![]() |
design | DesignForExtension | Method 'setMarshalAsDocument' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() |
misc | FinalParameters | Parameter asDocument should be final. | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 666 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 667 |
![]() |
design | DesignForExtension | Method 'setMapping' is not designed for extension - needs to be abstract, final or empty. | 672 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 672 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 690 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 693 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 694 |
![]() |
design | DesignForExtension | Method 'setMarshalListener' is not designed for extension - needs to be abstract, final or empty. | 699 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 699 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 705 |
![]() |
design | DesignForExtension | Method 'setNamespaceMapping' is not designed for extension - needs to be abstract, final or empty. | 711 |
![]() |
design | DesignForExtension | Method 'setRootElement' is not designed for extension - needs to be abstract, final or empty. | 721 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 725 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 727 |
![]() |
design | DesignForExtension | Method 'getRootElement' is not designed for extension - needs to be abstract, final or empty. | 730 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 735 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 736 |
![]() |
misc | FinalParameters | Parameter nsPrefixAtRoot should be final. | 740 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nsPrefixAtRoot'. | 740 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 746 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 747 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 748 |
![]() |
design | DesignForExtension | Method 'getNSPrefixAtRoot' is not designed for extension - needs to be abstract, final or empty. | 751 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 755 |
![]() |
design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 765 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 781 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 787 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 797 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 798 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 802 |
![]() |
design | DesignForExtension | Method 'setValidation' is not designed for extension - needs to be abstract, final or empty. | 805 |
![]() |
misc | FinalParameters | Parameter validate should be final. | 805 |
![]() |
design | DesignForExtension | Method 'getValidation' is not designed for extension - needs to be abstract, final or empty. | 809 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 809 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 814 |
![]() |
design | DesignForExtension | Method 'setMarshalExtendedType' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() |
misc | FinalParameters | Parameter marshalExtendedType should be final. | 817 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'marshalExtendedType'. | 817 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 823 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 825 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 826 |
![]() |
design | DesignForExtension | Method 'getMarshalExtendedType' is not designed for extension - needs to be abstract, final or empty. | 829 |
![]() |
misc | FinalParameters | Parameter object should be final. | 841 |
![]() |
misc | FinalParameters | Parameter out should be final. | 841 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 842 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 842 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 851 |
![]() |
misc | FinalParameters | Parameter object should be final. | 858 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 858 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 859 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 859 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 864 |
![]() |
misc | FinalParameters | Parameter object should be final. | 871 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 871 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 872 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 872 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 877 |
![]() |
misc | FinalParameters | Parameter object should be final. | 884 |
![]() |
misc | FinalParameters | Parameter node should be final. | 884 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 885 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 885 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 890 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 897 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 907 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 914 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 920 |
![]() |
design | DesignForExtension | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 920 |
![]() |
misc | FinalParameters | Parameter object should be final. | 920 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 920 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 920 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 921 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 961 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 962 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 968 |
![]() |
sizes | MethodLength | Method length is 1,129 lines (max allowed is 150). | 968 |
![]() |
misc | FinalParameters | Parameter object should be final. | 968 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 968 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 968 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 968 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mstate'. | 969 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 969 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 977 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 987 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1045 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1057 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1157 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1189 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1213 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1248 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1328 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 1329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 1330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 1331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1339 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1375 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1379 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1393 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1437 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1505 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1528 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1571 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1589 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1591 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1626 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1644 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1721 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1723 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1736 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1779 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1798 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1809 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1868 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1925 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1927 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1940 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1986 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 2014 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2036 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 2057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2058 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2062 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 2066 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 2092 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2099 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2099 |
![]() |
misc | FinalParameters | Parameter object should be final. | 2099 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 2099 |
![]() |
misc | FinalParameters | Parameter nsPrefix should be final. | 2099 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 2100 |
![]() |
misc | FinalParameters | Parameter nestedAttCount should be final. | 2100 |
![]() |
misc | FinalParameters | Parameter nestedAtts should be final. | 2100 |
![]() |
misc | FinalParameters | Parameter wrappers should be final. | 2101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2133 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2135 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2176 |
![]() |
misc | FinalParameters | Parameter object should be final. | 2176 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 2176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2177 |
![]() |
misc | FinalParameters | Parameter nsPrefix should be final. | 2177 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 2177 |
![]() |
misc | FinalParameters | Parameter nestedAttCount should be final. | 2177 |
![]() |
misc | FinalParameters | Parameter nestedAtts should be final. | 2177 |
![]() |
misc | FinalParameters | Parameter wrappers should be final. | 2178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2195 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2220 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2222 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2273 |
![]() |
misc | FinalParameters | Parameter object should be final. | 2273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2275 |
![]() |
coding | MagicNumber | '1.5' is a magic number. | 2276 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 2278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2285 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2294 |
![]() |
misc | FinalParameters | Parameter object should be final. | 2300 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 2300 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2301 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 2317 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 2321 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2322 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 2324 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2343 |
![]() |
misc | FinalParameters | Parameter nsPrefix should be final. | 2345 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 2345 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2366 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2369 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2372 |
![]() |
design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 2377 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 2377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2411 |
![]() |
design | DesignForExtension | Method 'setNoNamespaceSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 2414 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 2414 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 2415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2427 |
![]() |
design | DesignForExtension | Method 'setSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 2430 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 2430 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 2431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2444 |
![]() |
design | DesignForExtension | Method 'setSuppressNamespaces' is not designed for extension - needs to be abstract, final or empty. | 2446 |
![]() |
misc | FinalParameters | Parameter suppressNamespaces should be final. | 2446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2453 |
![]() |
design | DesignForExtension | Method 'setSuppressXSIType' is not designed for extension - needs to be abstract, final or empty. | 2456 |
![]() |
misc | FinalParameters | Parameter suppressXSIType should be final. | 2456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2465 |
![]() |
design | DesignForExtension | Method 'setUseXSITypeAtRoot' is not designed for extension - needs to be abstract, final or empty. | 2468 |
![]() |
misc | FinalParameters | Parameter useXSITypeAtRoot should be final. | 2468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2473 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2477 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 2480 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2480 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2484 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2504 |
![]() |
misc | FinalParameters | Parameter object should be final. | 2508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 2508 |
![]() |
misc | FinalParameters | Parameter attDescriptor should be final. | 2508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attDescriptor'. | 2508 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 2509 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 2509 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2510 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2540 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2549 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2581 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2586 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 2591 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2607 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2614 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2614 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 2614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2639 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2653 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 2658 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 2676 |
![]() |
misc | FinalParameters | Parameter target should be final. | 2676 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 2676 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 2677 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MarshalException'. | 2677 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2679 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2685 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2687 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 2734 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 2741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2757 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 2759 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2759 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 2759 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 2759 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldDesc'. | 2759 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2760 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2762 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2772 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2776 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2781 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2784 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 2786 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2792 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2806 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 2811 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2817 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 2822 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2831 |
![]() |
naming | MemberName | Name '_localName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2831 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2832 |
![]() |
naming | MemberName | Name '_qName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2832 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2833 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2833 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2835 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2835 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2843 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2844 |
![]() |
naming | MemberName | Name '_xpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2844 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2845 |
![]() |
naming | MemberName | Name '_nestedAtts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2845 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2846 |
![]() |
naming | MemberName | Name '_nestedAttCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2846 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2847 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2847 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2848 |
![]() |
naming | MemberName | Name '_owner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2848 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2849 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2849 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2851 |
![]() |
misc | FinalParameters | Parameter owner should be final. | 2851 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 2851 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2860 |
![]() |
misc | FinalParameters | Parameter owner should be final. | 2860 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 2860 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2866 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2877 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2881 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2886 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2892 |
![]() |
naming | MemberName | Name '_classDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2892 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2893 |
![]() |
naming | MemberName | Name '_fieldDesc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2893 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2895 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 2895 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 2895 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2900 |
![]() |
design | DesignForExtension | Method 'getClassDescriptor' is not designed for extension - needs to be abstract, final or empty. | 2905 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2909 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 2914 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2920 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2921 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2922 |
![]() |
design | DesignForExtension | Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. | 2924 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2949 |
![]() |
misc | FinalParameters | Parameter param should be final. | 2957 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 2957 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2966 |
![]() |
misc | FinalParameters | Parameter param should be final. | 2974 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 2974 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 100 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 151 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 154 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 217 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'local'. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 271 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 292 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 292 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 303 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 323 |
![]() |
coding | MagicNumber | '6' is a magic number. | 323 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 325 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 360 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 360 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 360 |
![]() |
coding | HiddenField | 'uri' hides a field. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 367 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 379 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 379 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 385 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 397 |
![]() |
coding | HiddenField | 'uri' hides a field. | 397 |
![]() |
misc | FinalParameters | Parameter object should be final. | 405 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 415 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 415 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 417 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 417 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 428 |
![]() |
coding | MagicNumber | '31' is a magic number. | 429 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 429 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 434 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 438 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 439 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 441 |
![]() |
naming | MemberName | Name '_returnType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
misc | FinalParameters | Parameter namespaceIterator should be final. | 445 |
![]() |
coding | HiddenField | 'namespaceIterator' hides a field. | 445 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 449 |
![]() |
misc | FinalParameters | Parameter namespaceIterator should be final. | 449 |
![]() |
coding | HiddenField | 'namespaceIterator' hides a field. | 449 |
![]() |
misc | FinalParameters | Parameter returnType should be final. | 449 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 454 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
misc | FinalParameters | Parameter namespacePrefix should be final. | 53 |
![]() |
misc | FinalParameters | Parameter namespaceUri should be final. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
design | DesignForExtension | Method 'addDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
misc | FinalParameters | Parameter namespaceUri should be final. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter namespacePrefix should be final. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
![]() |
design | DesignForExtension | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
misc | FinalParameters | Parameter namespacePrefix should be final. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
![]() |
design | DesignForExtension | Method 'declareAsAttributes' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
![]() |
misc | FinalParameters | Parameter attributeList should be final. | 102 |
![]() |
misc | FinalParameters | Parameter localOnly should be final. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getDefaultNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter namespaceUri should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getNonDefaultNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter namespaceUri should be final. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
design | DesignForExtension | Method 'getLocalNamespacePrefixes' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 |
![]() |
design | DesignForExtension | Method 'addNewNamespaceScope' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'removeNamespaceScope' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
design | DesignForExtension | Method 'getCurrentNamespaceScope' is not designed for extension - needs to be abstract, final or empty. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
naming | ConstantName | Name 'Attribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
![]() |
naming | ConstantName | Name 'Element' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
![]() |
naming | ConstantName | Name 'Namespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
naming | ConstantName | Name 'Text' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'encoding'. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'version'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_target' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
naming | MemberName | Name '_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
![]() |
coding | HiddenField | 'id' hides a field. | 43 |
![]() |
coding | HiddenField | 'target' hides a field. | 43 |
![]() |
coding | HiddenField | 'descriptor' hides a field. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter info should be final. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.xml.sax.ContentHandler. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handler'. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'contentHandler'. | 34 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter eventReader should be final. | 34 |
![]() |
coding | HiddenField | 'eventReader' hides a field. | 34 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
design | DesignForExtension | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
design | DesignForExtension | Method 'getCharacters' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'doStartPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'doEndPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 18 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter streamReader should be final. | 27 |
![]() |
coding | HiddenField | 'streamReader' hides a field. | 27 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
![]() |
design | DesignForExtension | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'getCharacters' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'handleSpace' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
design | DesignForExtension | Method 'doStartPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
![]() |
design | DesignForExtension | Method 'doEndPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.xml.sax.ContentHandler. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
![]() |
naming | MemberName | Name '_unmarshalHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
![]() |
design | DesignForExtension | Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
sizes | MethodLength | Method length is 661 lines (max allowed is 150). | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter name should be final. | 77 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 77 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 112 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 161 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 163 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 235 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 236 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 277 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 352 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 361 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 409 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 447 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 450 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 459 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 461 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 464 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 503 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 542 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 587 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 599 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 604 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 607 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 613 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 626 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 630 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 633 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 658 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 665 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 696 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 704 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 705 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 714 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 714 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 715 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 717 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 725 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 732 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,352 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 118 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
naming | MemberName | Name '_topState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
![]() |
naming | MemberName | Name '_topClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 150 |
![]() |
naming | MemberName | Name '_topObject' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
![]() |
naming | MemberName | Name '_clearCollections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
naming | MemberName | Name '_locator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() |
naming | MemberName | Name '_idResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() |
naming | MemberName | Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
![]() |
naming | MemberName | Name '_resolveTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
![]() |
naming | MemberName | Name '_javaPackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
![]() |
naming | MemberName | Name '_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 192 |
![]() |
naming | MemberName | Name '_objectFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
naming | MemberName | Name '_reuseObjects' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 203 |
![]() |
naming | MemberName | Name '_strictAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() |
naming | MemberName | Name '_wsPreserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
![]() |
naming | MemberName | Name '_strictElementHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
naming | MemberName | Name '_stateStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 226 |
![]() |
naming | MemberName | Name '_delegateUnmarshalListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 228 |
![]() |
naming | MemberName | Name '_anyNodeHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
![]() |
naming | MemberName | Name '_namespaceHandling' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 232 |
![]() |
naming | MemberName | Name '_attributeSetFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 261 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 276 |
![]() |
misc | FinalParameters | Parameter packageName should be final. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 285 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 310 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 324 |
![]() |
misc | FinalParameters | Parameter clear should be final. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 332 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 336 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'debug'. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 356 |
![]() |
misc | FinalParameters | Parameter ignoreExtraAtts should be final. | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 367 |
![]() |
misc | FinalParameters | Parameter ignoreExtraElems should be final. | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
misc | FinalParameters | Parameter printWriter should be final. | 379 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'printWriter'. | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 387 |
![]() |
misc | FinalParameters | Parameter reuse should be final. | 390 |
![]() |
misc | FinalParameters | Parameter root should be final. | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 420 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 427 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 430 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 437 |
![]() |
misc | FinalParameters | Parameter validate should be final. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 450 |
![]() |
misc | FinalParameters | Parameter preserve should be final. | 452 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 460 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 460 |
![]() |
misc | FinalParameters | Parameter start should be final. | 460 |
![]() |
misc | FinalParameters | Parameter length should be final. | 460 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 465 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 472 |
![]() |
misc | FinalParameters | Parameter name should be final. | 472 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 484 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 487 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 496 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 505 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceURI'. | 505 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 505 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 505 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 505 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 506 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 509 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 525 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 527 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 530 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 530 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 541 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 541 |
![]() |
misc | FinalParameters | Parameter start should be final. | 541 |
![]() |
misc | FinalParameters | Parameter length should be final. | 541 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 559 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 566 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 566 |
![]() |
misc | FinalParameters | Parameter target should be final. | 566 |
![]() |
misc | FinalParameters | Parameter data should be final. | 566 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 570 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 574 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 578 |
![]() |
misc | FinalParameters | Parameter name should be final. | 583 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 583 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 588 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 591 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 599 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 635 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 637 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 637 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceURI'. | 637 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 637 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 637 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 637 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 637 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 638 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 641 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 714 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 718 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 723 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 738 |
![]() |
misc | FinalParameters | Parameter name should be final. | 738 |
![]() |
misc | FinalParameters | Parameter attList should be final. | 738 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 738 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 788 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 790 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 792 |
![]() |
misc | FinalParameters | Parameter name should be final. | 794 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 794 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 794 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 795 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 799 |
![]() |
sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 799 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 799 |
![]() |
misc | FinalParameters | Parameter name should be final. | 799 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 799 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 799 |
![]() |
misc | FinalParameters | Parameter xmlSpace should be final. | 799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 813 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 819 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 826 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 826 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 840 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 850 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 860 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 870 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 899 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 904 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 952 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 966 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 992 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 992 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 997 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1009 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1016 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1018 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1022 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 1022 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 1022 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1022 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1026 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1043 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1044 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1046 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1057 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1057 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 1057 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1059 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1060 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1064 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1064 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 1064 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1070 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1070 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 1070 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1079 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1099 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1118 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1143 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 1143 |
![]() |
misc | FinalParameters | Parameter currentPackage should be final. | 1143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'currentPackage'. | 1143 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1172 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1230 |
![]() |
sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 1236 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 1236 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1426 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1513 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attName'. | 1513 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attNamespace'. | 1513 |
![]() |
misc | FinalParameters | Parameter attValue should be final. | 1513 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attValue'. | 1513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1514 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 1514 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'descriptor'. | 1514 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classDesc'. | 1514 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 1514 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 1514 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1515 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1529 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1542 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1563 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1617 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1621 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1628 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1631 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1633 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1636 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1642 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 1642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1729 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1745 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1772 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 1777 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1777 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1782 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1789 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1790 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1791 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1792 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1793 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1794 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1795 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1796 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1797 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1798 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1827 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1829 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1832 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1832 |
![]() |
misc | FinalParameters | Parameter className should be final. | 1832 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1832 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1838 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1840 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1850 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1852 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1855 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1855 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1855 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1876 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1882 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1883 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1900 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1902 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1905 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1905 |
![]() |
misc | FinalParameters | Parameter className should be final. | 1905 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 1905 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loader'. | 1905 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1905 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1906 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1909 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1914 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1931 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1934 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1934 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1934 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1934 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 1934 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 1934 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 1934 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loader'. | 1934 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1935 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1938 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1946 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1952 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1953 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1959 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1961 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1968 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1970 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1973 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 1973 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1985 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 1987 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2004 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2005 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 2009 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 2009 |
![]() |
misc | FinalParameters | Parameter className should be final. | 2009 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 2009 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 2009 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2011 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2014 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2022 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 2046 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2050 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2061 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2065 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 2076 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2077 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2082 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 2092 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2096 |
![]() |
naming | MemberName | Name '_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2107 |
![]() |
naming | MemberName | Name '_types' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2133 |
![]() |
misc | FinalParameters | Parameter index should be final. | 2133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2137 |
![]() |
misc | FinalParameters | Parameter values should be final. | 2137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2141 |
![]() |
misc | FinalParameters | Parameter index should be final. | 2141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 2141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2145 |
![]() |
misc | FinalParameters | Parameter types should be final. | 2145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2149 |
![]() |
misc | FinalParameters | Parameter index should be final. | 2149 |
![]() |
misc | FinalParameters | Parameter type should be final. | 2149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2162 |
![]() |
naming | MemberName | Name '_componentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2162 |
![]() |
design | VisibilityModifier | Variable '_componentType' must be private and have accessor methods. | 2162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2164 |
![]() |
naming | MemberName | Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2164 |
![]() |
design | VisibilityModifier | Variable '_items' must be private and have accessor methods. | 2164 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2182 |
![]() |
design | DesignForExtension | Method 'addObject' is not designed for extension - needs to be abstract, final or empty. | 2185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 2190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2200 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 2203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2214 |
![]() |
design | DesignForExtension | Method 'componentType' is not designed for extension - needs to be abstract, final or empty. | 2217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2234 |
![]() |
misc | FinalParameters | Parameter objectFactory should be final. | 2237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 2242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 2251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2288 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2306 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2313 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2315 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2324 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2333 |
![]() |
misc | FinalParameters | Parameter node should be final. | 2336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2342 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 92 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
naming | MemberName | Name '_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_nil' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 67 |
![]() |
naming | MemberName | Name '_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_fieldDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
![]() |
naming | MemberName | Name '_classDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_primitiveOrImmutable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
![]() |
naming | MemberName | Name '_markedList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_derived' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
naming | MemberName | Name '_wrapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | MemberName | Name '_whitespacePreserving' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
naming | MemberName | Name '_trailingWhitespaceRemoved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
naming | MemberName | Name '_expectedIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 106 |
![]() |
naming | MemberName | Name '_withinMultivaluedElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
![]() |
naming | MemberName | Name '_targetState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Method 'markAsUsed' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 152 |
![]() |
design | DesignForExtension | Method 'markAsNotUsed' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 156 |
![]() |
design | DesignForExtension | Method 'isUsed' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 163 |
![]() |
design | DesignForExtension | Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 170 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter object should be final. | 178 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter key should be final. | 186 |
![]() |
design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
misc | FinalParameters | Parameter type should be final. | 194 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setClassDescriptor' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 202 |
![]() |
design | DesignForExtension | Method 'getClassDescriptor' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter location should be final. | 210 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
design | DesignForExtension | Method 'setElementName' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 218 |
![]() |
design | DesignForExtension | Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
design | DesignForExtension | Method 'setBuffer' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
misc | FinalParameters | Parameter buffer should be final. | 226 |
![]() |
design | DesignForExtension | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
design | DesignForExtension | Method 'setDerived' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
misc | FinalParameters | Parameter derived should be final. | 234 |
![]() |
design | DesignForExtension | Method 'isDerived' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
design | DesignForExtension | Method 'setWrapper' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
misc | FinalParameters | Parameter wrapper should be final. | 242 |
![]() |
design | DesignForExtension | Method 'isWrapper' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
design | DesignForExtension | Method 'setWhitespacePreserving' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
misc | FinalParameters | Parameter wsPreserve should be final. | 250 |
![]() |
design | DesignForExtension | Method 'isWhitespacePreserving' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
design | DesignForExtension | Method 'setPrimitiveOrImmutable' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
misc | FinalParameters | Parameter primitiveOrImmutable should be final. | 258 |
![]() |
design | DesignForExtension | Method 'isPrimitiveOrImmutable' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
![]() |
design | DesignForExtension | Method 'setTrailingWhitespaceRemoved' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
misc | FinalParameters | Parameter trailingWhitespaceRemoved should be final. | 266 |
![]() |
design | DesignForExtension | Method 'isTrailingWhitespaceRemoved' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
design | DesignForExtension | Method 'setTargetState' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
misc | FinalParameters | Parameter targetState should be final. | 274 |
![]() |
design | DesignForExtension | Method 'getTargetState' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 282 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
design | DesignForExtension | Method 'setNil' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
misc | FinalParameters | Parameter nil should be final. | 290 |
![]() |
design | DesignForExtension | Method 'isNil' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
design | DesignForExtension | Method 'setExpectedIndex' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
misc | FinalParameters | Parameter expectedIndex should be final. | 298 |
![]() |
design | DesignForExtension | Method 'getExpectedIndex' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
design | DesignForExtension | Method 'setWithinMultivaluedElement' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
misc | FinalParameters | Parameter withinMultivaluedElement should be final. | 306 |
![]() |
design | DesignForExtension | Method 'isWithinMultivaluedElement' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'setConstructorArguments' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
misc | FinalParameters | Parameter args should be final. | 314 |
![]() |
design | DesignForExtension | Method 'getConstructorArguments' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 77 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
![]() |
naming | MemberName | Name '_clearCollections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | MemberName | Name '_idResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 111 |
![]() |
naming | MemberName | Name '_ignoreExtraAtts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 117 |
![]() |
naming | MemberName | Name '_ignoreExtraElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 122 |
![]() |
naming | MemberName | Name '_instanceObj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
design | VisibilityModifier | Variable 'entityResolver' must be private and have accessor methods. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
naming | MemberName | Name '_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
naming | MemberName | Name '_reuseObjects' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
naming | MemberName | Name '_unmarshalListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
![]() |
naming | MemberName | Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
naming | MemberName | Name '_wsPreserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 160 |
![]() |
naming | MemberName | Name '_namespaceToPackage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
naming | MemberName | Name '_objectFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 318 |
![]() |
design | DesignForExtension | Method 'addNamespaceToPackageMapping' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 322 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 323 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
![]() |
design | DesignForExtension | Method 'createHandler' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 370 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 377 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 378 |
![]() |
design | DesignForExtension | Method 'isValidating' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 389 |
![]() |
design | DesignForExtension | Method 'setClass' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 400 |
![]() |
design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() |
misc | FinalParameters | Parameter root should be final. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 410 |
![]() |
design | DesignForExtension | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 423 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 425 |
![]() |
design | DesignForExtension | Method 'setClearCollections' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() |
misc | FinalParameters | Parameter clear should be final. | 428 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 434 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 437 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'debug'. | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 442 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 445 |
![]() |
design | DesignForExtension | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() |
misc | FinalParameters | Parameter entityResolver should be final. | 447 |
![]() |
coding | HiddenField | 'entityResolver' hides a field. | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 452 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 455 |
![]() |
design | DesignForExtension | Method 'setIDResolver' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
misc | FinalParameters | Parameter idResolver should be final. | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 466 |
![]() |
design | DesignForExtension | Method 'setIgnoreExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() |
misc | FinalParameters | Parameter ignoreExtraAtts should be final. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 477 |
![]() |
design | DesignForExtension | Method 'setIgnoreExtraElements' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() |
misc | FinalParameters | Parameter ignoreExtraElements should be final. | 480 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 486 |
![]() |
misc | FinalParameters | Parameter printWriter should be final. | 490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 495 |
![]() |
design | DesignForExtension | Method 'setMapping' is not designed for extension - needs to be abstract, final or empty. | 501 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 515 |
![]() |
design | DesignForExtension | Method 'setReuseObjects' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
misc | FinalParameters | Parameter reuse should be final. | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 523 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 526 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 527 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 534 |
![]() |
design | DesignForExtension | Method 'setUnmarshalListener' is not designed for extension - needs to be abstract, final or empty. | 534 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 549 |
![]() |
design | DesignForExtension | Method 'setUnmarshalListener' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 554 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 561 |
![]() |
design | DesignForExtension | Method 'setValidation' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() |
misc | FinalParameters | Parameter validate should be final. | 565 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 570 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 574 |
![]() |
design | DesignForExtension | Method 'setWhitespacePreserve' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() |
misc | FinalParameters | Parameter preserve should be final. | 576 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 582 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 585 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 588 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 594 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 597 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 601 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() |
misc | FinalParameters | Parameter eventProducer should be final. | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 616 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 617 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 618 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 619 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 623 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() |
misc | FinalParameters | Parameter eventProducer should be final. | 623 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 637 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 639 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 643 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 646 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 657 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 658 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 659 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 661 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 664 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 664 |
![]() |
misc | FinalParameters | Parameter source should be final. | 664 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 680 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 682 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 711 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 712 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 713 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 715 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 718 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 718 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 718 |
![]() |
misc | FinalParameters | Parameter node should be final. | 718 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 723 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 724 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 726 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 728 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 730 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 733 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 733 |
![]() |
misc | FinalParameters | Parameter eventReader should be final. | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 734 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 738 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 739 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 743 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 745 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 748 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 748 |
![]() |
misc | FinalParameters | Parameter streamReader should be final. | 748 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 750 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 755 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 757 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 760 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 764 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() |
misc | FinalParameters | Parameter eventProducer should be final. | 764 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 779 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 787 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 790 |
![]() |
design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 790 |
![]() |
misc | FinalParameters | Parameter source should be final. | 790 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 816 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 821 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 824 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 826 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 826 |
![]() |
misc | FinalParameters | Parameter sex should be final. | 826 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 846 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 851 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 851 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handler'. | 851 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 851 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 856 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 857 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 860 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 861 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 866 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 869 |
![]() |
misc | FinalParameters | Parameter c should be final. | 869 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 869 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 876 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 877 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 886 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 900 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 901 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 904 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 905 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 910 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 913 |
![]() |
misc | FinalParameters | Parameter c should be final. | 913 |
![]() |
misc | FinalParameters | Parameter source should be final. | 913 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 921 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 922 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 925 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 926 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 931 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 934 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 934 |
![]() |
misc | FinalParameters | Parameter c should be final. | 934 |
![]() |
misc | FinalParameters | Parameter node should be final. | 934 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 941 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 943 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 944 |
![]() |
design | DesignForExtension | Method 'setObjectFactory' is not designed for extension - needs to be abstract, final or empty. | 946 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 952 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 957 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 960 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 970 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 975 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 981 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 984 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 990 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 991 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 992 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1000 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1018 |
![]() |
design | DesignForExtension | Method 'getInternalContext' is not designed for extension - needs to be abstract, final or empty. | 1021 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1025 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1027 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 1030 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1033 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 1033 |
![]() |
misc | FinalParameters | Parameter xmlClassDescriptorResolver should be final. | 1033 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1038 |
![]() |
misc | FinalParameters | Parameter param should be final. | 1046 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 1046 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 46 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
![]() |
naming | MemberName | Name '_failFast' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | MemberName | Name '_validated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | MemberName | Name '_ids' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_unresolvedIdrefs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getInternalContext' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'getClassDescriptorResolver' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
![]() |
design | DesignForExtension | Method 'isFailFast' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 126 |
![]() |
design | DesignForExtension | Method 'setFailFast' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'isValidated' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Method 'addValidated' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
design | DesignForExtension | Method 'removeValidated' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 171 |
![]() |
design | DesignForExtension | Method 'addID' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
![]() |
design | DesignForExtension | Method 'checkIdRef' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 205 |
![]() |
design | DesignForExtension | Method 'getUnresolvedIdRefs' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
design | DesignForExtension | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
naming | MemberName | Name '_next' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 133 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 150 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 176 |
![]() |
design | DesignForExtension | Method 'setLast' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 194 |
![]() |
design | DesignForExtension | Method 'setNext' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
![]() |
design | DesignForExtension | Method 'checkUnresolvedIdrefs' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter context should be final. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 183 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 67 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 97 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 112 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 139 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentState'. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 77 |
![]() |
design | DesignForExtension | Method 'addMapping' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
design | DesignForExtension | Method 'addClasses' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 121 |
![]() |
design | DesignForExtension | Method 'addPackage' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
![]() |
design | DesignForExtension | Method 'addPackages' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'createMapping' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'createMarshaller' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 171 |
![]() |
design | DesignForExtension | Method 'createUnmarshaller' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
design | DesignForExtension | Method 'createMappingTool' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
design | DesignForExtension | Method 'createChangeLog2XML' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 243 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
design | DesignForExtension | Method 'getInternalContext' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
design | DesignForExtension | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
misc | FinalParameters | Parameter classLoader should be final. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
naming | MemberName | Name '_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
coding | HiddenField | 'errorCode' hides a field. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 117 |
![]() |
coding | HiddenField | 'errorCode' hides a field. | 117 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
coding | HiddenField | 'errorCode' hides a field. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.util.XMLFieldDescriptorImpl. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 253 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'derivedFromXSList'. | 253 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 259 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 68 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 83 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
misc | FinalParameters | Parameter object should be final. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 156 |
![]() |
sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 394 |
![]() |
misc | FinalParameters | Parameter clsDesc should be final. | 394 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 416 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 418 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 421 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 421 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fields'. | 421 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 421 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldName'. | 421 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 422 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 423 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 430 |
![]() |
sizes | MethodLength | Method length is 283 lines (max allowed is 150). | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
![]() |
misc | FinalParameters | Parameter javaClass should be final. | 430 |
![]() |
misc | FinalParameters | Parameter fieldMap should be final. | 430 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 463 |
![]() |
coding | MagicNumber | '4' is a magic number. | 502 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 507 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 526 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 556 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 567 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 632 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 653 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 678 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 687 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 694 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 706 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 716 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 718 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 724 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 733 |
![]() |
misc | FinalParameters | Parameter fieldType should be final. | 733 |
![]() |
misc | FinalParameters | Parameter colHandler should be final. | 733 |
![]() |
misc | FinalParameters | Parameter fieldMap should be final. | 734 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 739 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 742 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 742 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 742 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldDesc'. | 742 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 743 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 760 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 787 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 791 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 28 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 35 |
![]() |
design | DesignForExtension | Method 'getOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
naming | MemberName | Name '_serializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
![]() |
design | DesignForExtension | Method 'setOutputCharStream' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
design | DesignForExtension | Method 'asDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
![]() |
design | DesignForExtension | Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 103 |
![]() |
design | DesignForExtension | Method 'setOutputByteStream' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 28 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 35 |
![]() |
design | DesignForExtension | Method 'getOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
![]() |
design | DesignForExtension | Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
misc | FinalParameters | Parameter name should be final. | 41 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 41 |
![]() |
misc | FinalParameters | Parameter object should be final. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
![]() |
misc | FinalParameters | Parameter elementDescriptor should be final. | 52 |
![]() |
misc | FinalParameters | Parameter parentState should be final. | 53 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'isChoice' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 67 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 94 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 143 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 161 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 169 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 181 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 126 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 146 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 164 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 184 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 208 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 256 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 152 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 170 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 213 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 259 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 319 |
![]() |
design | DesignForExtension | Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.UnmarshalState. | 44 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.ValidationException. | 45 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.XMLClassDescriptor. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 195 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 205 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 215 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 232 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 252 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 276 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_javaClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 144 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 205 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 247 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 130 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 140 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 167 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 187 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 211 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 135 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 155 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 172 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 192 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 216 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 139 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 149 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 176 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 196 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 220 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 109 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 152 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 190 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | MemberName | Name '_desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 164 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 207 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 253 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 313 |
![]() |
design | DesignForExtension | Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. | 313 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | ConstantName | Name 'Enumeration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
misc | FinalParameters | Parameter element should be final. | 112 |
![]() |
coding | HiddenField | 'element' hides a field. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
coding | HiddenField | 'name' hides a field. | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 139 |
![]() |
design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 147 |
![]() |
design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
![]() |
design | DesignForExtension | Method 'setStringType' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 161 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 163 |
![]() |
design | DesignForExtension | Method 'isStringType' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
design | DesignForExtension | Method 'setIDType' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 175 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 177 |
![]() |
design | DesignForExtension | Method 'isIDType' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
design | DesignForExtension | Method 'setIDREFType' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 189 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 191 |
![]() |
design | DesignForExtension | Method 'isIDREFType' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
design | DesignForExtension | Method 'setIDREFSType' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 203 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 205 |
![]() |
design | DesignForExtension | Method 'isIDREFSType' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
design | DesignForExtension | Method 'setENTITYType' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 217 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 219 |
![]() |
design | DesignForExtension | Method 'isENTITYType' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
design | DesignForExtension | Method 'setENTITIESType' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 231 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 233 |
![]() |
design | DesignForExtension | Method 'isENTITIESType' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
design | DesignForExtension | Method 'setNMTOKENType' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 245 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 247 |
![]() |
design | DesignForExtension | Method 'isNMTOKENType' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
design | DesignForExtension | Method 'setNMTOKENSType' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 259 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 261 |
![]() |
design | DesignForExtension | Method 'isNMTOKENSType' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
design | DesignForExtension | Method 'setNOTATIONType' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 273 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 275 |
![]() |
design | DesignForExtension | Method 'isNOTATIONType' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
design | DesignForExtension | Method 'setEnumerationType' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 287 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 289 |
![]() |
design | DesignForExtension | Method 'isEnumerationType' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
design | DesignForExtension | Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 301 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 303 |
![]() |
design | DesignForExtension | Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
design | DesignForExtension | Method 'setREQUIRED' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 317 |
![]() |
design | DesignForExtension | Method 'isREQUIRED' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
design | DesignForExtension | Method 'setIMPLIED' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 329 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 332 |
![]() |
design | DesignForExtension | Method 'isIMPLIED' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() |
design | DesignForExtension | Method 'setFIXED' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 346 |
![]() |
design | DesignForExtension | Method 'isFIXED' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
misc | FinalParameters | Parameter value should be final. | 353 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 353 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 360 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 367 |
![]() |
design | DesignForExtension | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
misc | FinalParameters | Parameter value should be final. | 369 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 371 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 96 |
![]() |
coding | HiddenField | 'reference' hides a field. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 104 |
![]() |
design | DesignForExtension | Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 107 |
![]() |
coding | HiddenField | 'reference' hides a field. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 121 |
![]() |
design | DesignForExtension | Method 'isReferenceType' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
design | DesignForExtension | Method 'setSeqType' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
design | DesignForExtension | Method 'isSeqType' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
design | DesignForExtension | Method 'setChoiceType' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
design | DesignForExtension | Method 'isChoiceType' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 156 |
![]() |
design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 162 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 165 |
![]() |
design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
![]() |
design | DesignForExtension | Method 'setOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 179 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
design | DesignForExtension | Method 'isOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 187 |
![]() |
design | DesignForExtension | Method 'setZeroOrOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 194 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 197 |
![]() |
design | DesignForExtension | Method 'isZeroOrOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 202 |
![]() |
design | DesignForExtension | Method 'setOneOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 209 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 212 |
![]() |
design | DesignForExtension | Method 'isOneOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 217 |
![]() |
design | DesignForExtension | Method 'setZeroOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 227 |
![]() |
design | DesignForExtension | Method 'isZeroOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
misc | FinalParameters | Parameter cp should be final. | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
![]() |
misc | FinalParameters | Parameter args should be final. | 125 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 125 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 212 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 214 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 244 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 244 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 244 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter nameSpacePrefix2test should be final. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 296 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'targetNameSpaceMap'. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 303 |
![]() |
design | DesignForExtension | Method 'convertDTDtoSchema' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 303 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 303 |
![]() |
misc | FinalParameters | Parameter targetNameSpace should be final. | 303 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetNameSpace'. | 303 |
![]() |
misc | FinalParameters | Parameter nameSpaceMap should be final. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 326 |
![]() |
design | DesignForExtension | Method 'convertDTDtoSchema' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 329 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 348 |
![]() |
design | DesignForExtension | Method 'parseDTD' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 350 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 383 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 383 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 389 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 399 |
![]() |
design | DesignForExtension | Method 'convertDTDObjectToSchemaObject' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() |
misc | FinalParameters | Parameter dtd should be final. | 399 |
![]() |
misc | FinalParameters | Parameter targetNamespace should be final. | 399 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetNamespace'. | 399 |
![]() |
misc | FinalParameters | Parameter nameSpaceMap should be final. | 400 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nameSpaceMap'. | 400 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 470 |
![]() |
design | DesignForExtension | Method 'convertDTDElementToSchemaElement' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() |
misc | FinalParameters | Parameter dtdElement should be final. | 470 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 561 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 585 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 587 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 596 |
![]() |
design | DesignForExtension | Method 'convertContentParticle' is not designed for extension - needs to be abstract, final or empty. | 596 |
![]() |
misc | FinalParameters | Parameter dtdContent should be final. | 596 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 596 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 596 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 610 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 612 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 645 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 656 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 662 |
![]() |
design | DesignForExtension | Method 'convertAttribute' is not designed for extension - needs to be abstract, final or empty. | 662 |
![]() |
misc | FinalParameters | Parameter dtdAttribute should be final. | 662 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 671 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 675 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 679 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 690 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 701 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 706 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 717 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 728 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 732 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 734 |
![]() |
design | DesignForExtension | Method 'marshalSchema' is not designed for extension - needs to be abstract, final or empty. | 734 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 734 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 734 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | RedundantImport | Redundant import from the java.lang package - java.lang.Exception. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter message should be final. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
coding | HiddenField | 'name' hides a field. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
![]() |
design | DesignForExtension | Method 'addElement' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter element should be final. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'element'. | 93 |
![]() |
coding | HiddenField | 'name' hides a field. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 113 |
![]() |
design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
coding | HiddenField | 'name' hides a field. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
![]() |
design | DesignForExtension | Method 'addNotation' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
misc | FinalParameters | Parameter notation should be final. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'notation'. | 126 |
![]() |
coding | HiddenField | 'name' hides a field. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 146 |
![]() |
design | DesignForExtension | Method 'getNotation' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
misc | FinalParameters | Parameter name should be final. | 149 |
![]() |
coding | HiddenField | 'name' hides a field. | 149 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 154 |
![]() |
design | DesignForExtension | Method 'addGeneralEntity' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
misc | FinalParameters | Parameter generalEntity should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'generalEntity'. | 157 |
![]() |
coding | HiddenField | 'name' hides a field. | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
![]() |
design | DesignForExtension | Method 'getGeneralEntity' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
misc | FinalParameters | Parameter name should be final. | 172 |
![]() |
coding | HiddenField | 'name' hides a field. | 172 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 172 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 179 |
![]() |
design | DesignForExtension | Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 186 |
![]() |
design | DesignForExtension | Method 'getGeneralEntities' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 193 |
![]() |
design | DesignForExtension | Method 'getNotations' is not designed for extension - needs to be abstract, final or empty. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter document should be final. | 94 |
![]() |
coding | HiddenField | 'document' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter name should be final. | 94 |
![]() |
coding | HiddenField | 'name' hides a field. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter document should be final. | 110 |
![]() |
coding | HiddenField | 'document' hides a field. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 124 |
![]() |
design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 129 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
![]() |
design | DesignForExtension | Method 'getMixedContentChildren' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 141 |
![]() |
design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
coding | HiddenField | 'name' hides a field. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 |
![]() |
design | DesignForExtension | Method 'setAnyContent' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 170 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 172 |
![]() |
design | DesignForExtension | Method 'isAnyContent' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'setEmptyContent' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 184 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 186 |
![]() |
design | DesignForExtension | Method 'isEmptyContent' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
design | DesignForExtension | Method 'setMixedContent' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 201 |
![]() |
design | DesignForExtension | Method 'isMixedContent' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'setElemOnlyContent' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
misc | FinalParameters | Parameter cp should be final. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 216 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 218 |
![]() |
design | DesignForExtension | Method 'isElemOnlyContent' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 227 |
![]() |
design | DesignForExtension | Method 'addMixedContentChild' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
misc | FinalParameters | Parameter child should be final. | 227 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'child'. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 237 |
![]() |
design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 240 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attribute'. | 240 |
![]() |
coding | HiddenField | 'name' hides a field. | 241 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 69 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter document should be final. | 100 |
![]() |
coding | HiddenField | 'document' hides a field. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 100 |
![]() |
coding | HiddenField | 'name' hides a field. | 100 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 127 |
![]() |
design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter value should be final. | 136 |
![]() |
coding | HiddenField | 'value' hides a field. | 136 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 148 |
![]() |
design | DesignForExtension | Method 'isInternal' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 155 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'setExternalPublic' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
misc | FinalParameters | Parameter pubId should be final. | 167 |
![]() |
misc | FinalParameters | Parameter sysId should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 186 |
![]() |
design | DesignForExtension | Method 'isExternalPublic' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
design | DesignForExtension | Method 'setExternalSystem' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
misc | FinalParameters | Parameter sysId should be final. | 195 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 208 |
![]() |
design | DesignForExtension | Method 'isExternalSystem' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 213 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 216 |
![]() |
design | DesignForExtension | Method 'getSysIdentifier' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 223 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 225 |
![]() |
design | DesignForExtension | Method 'getPubIdentifier' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
design | DesignForExtension | Method 'setNDATA' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
misc | FinalParameters | Parameter notationName should be final. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 245 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 248 |
![]() |
design | DesignForExtension | Method 'isExternalUnparsed' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 255 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 257 |
![]() |
design | DesignForExtension | Method 'getNotation' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter document should be final. | 82 |
![]() |
coding | HiddenField | 'document' hides a field. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
coding | HiddenField | 'name' hides a field. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 107 |
![]() |
design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'setPublic' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter pubId should be final. | 117 |
![]() |
misc | FinalParameters | Parameter sysId should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 136 |
![]() |
design | DesignForExtension | Method 'isPublic' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setSystem' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter sysId should be final. | 145 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 158 |
![]() |
design | DesignForExtension | Method 'isSystem' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 165 |
![]() |
design | DesignForExtension | Method 'getPubIdentifier' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 172 |
![]() |
design | DesignForExtension | Method 'getSysIdentifier' is not designed for extension - needs to be abstract, final or empty. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 53 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 57 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 59 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 67 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 67 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 75 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 75 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 81 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 87 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 93 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 99 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 106 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'amount'. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 112 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 112 |
![]() |
naming | MethodName | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 119 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 119 |
![]() |
naming | MethodName | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 133 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 133 |
![]() |
naming | MethodName | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'len'. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
![]() |
modifier | RedundantModifier | Redundant 'abstract' modifier. | 140 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 140 |
![]() |
naming | MethodName | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 20 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 22 |
![]() |
naming | MethodName | Name 'Input' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 22 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 22 |
![]() |
coding | HiddenField | 'token' hides a field. | 25 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 30 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 80 |
![]() |
naming | MethodName | Name 'PEdecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
misc | FinalParameters | Parameter parameterEntities should be final. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameterEntities'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 80 |
![]() |
coding | HiddenField | 'token' hides a field. | 81 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 112 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 112 |
![]() |
naming | MethodName | Name 'EntityValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
misc | FinalParameters | Parameter parameterEntities should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameterEntities'. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 112 |
![]() |
coding | HiddenField | 'token' hides a field. | 113 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 |
![]() |
coding | MagicNumber | '3' is a magic number. | 127 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
coding | MagicNumber | '4' is a magic number. | 152 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 |
![]() |
coding | MagicNumber | '5' is a magic number. | 167 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 182 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
![]() |
coding | MagicNumber | '6' is a magic number. | 192 |
![]() |
coding | MagicNumber | '7' is a magic number. | 200 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
naming | MemberName | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
![]() |
design | VisibilityModifier | Variable 'token_source' must be private and have accessor methods. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 212 |
![]() |
naming | MemberName | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
![]() |
design | VisibilityModifier | Variable 'jj_nt' must be private and have accessor methods. | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
![]() |
naming | MemberName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
![]() |
naming | MemberName | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 215 |
![]() |
naming | MemberName | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() |
coding | MagicNumber | '8' is a magic number. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 216 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 216 |
![]() |
naming | MemberName | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 219 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 224 |
![]() |
coding | MagicNumber | '8' is a magic number. | 224 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 228 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 233 |
![]() |
coding | MagicNumber | '8' is a magic number. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 237 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 242 |
![]() |
coding | MagicNumber | '8' is a magic number. | 242 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 246 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 251 |
![]() |
coding | MagicNumber | '8' is a magic number. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 255 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 255 |
![]() |
naming | MethodName | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 255 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 257 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 259 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 271 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 274 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 281 |
![]() |
misc | FinalParameters | Parameter index should be final. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 286 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 292 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 292 |
![]() |
naming | MethodName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 293 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 294 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 294 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 296 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
![]() |
naming | MemberName | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 300 |
![]() |
naming | MemberName | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
![]() |
naming | MemberName | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 303 |
![]() |
coding | MagicNumber | '22' is a magic number. | 305 |
![]() |
coding | MagicNumber | '22' is a magic number. | 306 |
![]() |
coding | MagicNumber | '8' is a magic number. | 313 |
![]() |
coding | MagicNumber | '32' is a magic number. | 315 |
![]() |
coding | MagicNumber | '22' is a magic number. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 336 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 336 |
![]() |
naming | MethodName | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 336 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 336 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 336 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 338 |
![]() |
naming | MethodName | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 338 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 338 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
naming | ConstantName | Name 'WithinPEdecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
naming | ConstantName | Name 'WithinEntityValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
naming | ConstantName | Name 'WithinEntityValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | ConstantName | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 37 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 5 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 9 |
![]() |
misc | FinalParameters | Parameter state should be final. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 16 |
![]() |
misc | FinalParameters | Parameter start should be final. | 16 |
![]() |
misc | FinalParameters | Parameter end should be final. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 22 |
![]() |
misc | FinalParameters | Parameter state1 should be final. | 22 |
![]() |
misc | FinalParameters | Parameter state2 should be final. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
naming | ConstantName | Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
naming | ConstantName | Name 'jjbitVec1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
naming | ConstantName | Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
naming | ConstantName | Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
naming | ConstantName | Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
naming | ConstantName | Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | ConstantName | Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
naming | ConstantName | Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
naming | ConstantName | Name 'jjbitVec9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | ConstantName | Name 'jjbitVec10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'jjbitVec11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'jjbitVec12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'jjbitVec13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'jjbitVec14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'jjbitVec15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'jjbitVec16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'jjbitVec17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'jjbitVec18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | ConstantName | Name 'jjbitVec19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | ConstantName | Name 'jjbitVec20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | ConstantName | Name 'jjbitVec21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | ConstantName | Name 'jjbitVec22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | ConstantName | Name 'jjbitVec23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | ConstantName | Name 'jjbitVec24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | ConstantName | Name 'jjbitVec25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | ConstantName | Name 'jjbitVec26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | ConstantName | Name 'jjbitVec27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | ConstantName | Name 'jjbitVec28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | ConstantName | Name 'jjbitVec29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'jjbitVec30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | ConstantName | Name 'jjbitVec31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | ConstantName | Name 'jjbitVec32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | ConstantName | Name 'jjbitVec33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
naming | ConstantName | Name 'jjbitVec34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
naming | ConstantName | Name 'jjbitVec35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
naming | ConstantName | Name 'jjbitVec36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
naming | ConstantName | Name 'jjbitVec37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | ConstantName | Name 'jjbitVec38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | ConstantName | Name 'jjbitVec39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
naming | ConstantName | Name 'jjbitVec40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
![]() |
sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
![]() |
naming | MethodName | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 90 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 90 |
![]() |
coding | MagicNumber | '17' is a magic number. | 92 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 97 |
![]() |
coding | MagicNumber | '64' is a magic number. | 99 |
![]() |
coding | MagicNumber | '0xefffffdfffffffffL' is a magic number. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
![]() |
coding | MagicNumber | '8' is a magic number. | 105 |
![]() |
coding | MagicNumber | '8' is a magic number. | 106 |
![]() |
coding | MagicNumber | '0x1000002000000000L' is a magic number. | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
coding | MagicNumber | '8' is a magic number. | 109 |
![]() |
coding | MagicNumber | '8' is a magic number. | 110 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
coding | MagicNumber | '37' is a magic number. | 112 |
![]() |
coding | MagicNumber | '14' is a magic number. | 113 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
![]() |
coding | MagicNumber | '60' is a magic number. | 114 |
![]() |
coding | MagicNumber | '11' is a magic number. | 115 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
coding | MagicNumber | '0xefffffdfffffffffL' is a magic number. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
coding | MagicNumber | '8' is a magic number. | 120 |
![]() |
coding | MagicNumber | '8' is a magic number. | 121 |
![]() |
coding | MagicNumber | '3' is a magic number. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 125 |
![]() |
coding | MagicNumber | '4' is a magic number. | 128 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
![]() |
coding | MagicNumber | '37' is a magic number. | 129 |
![]() |
coding | MagicNumber | '5' is a magic number. | 130 |
![]() |
coding | MagicNumber | '5' is a magic number. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 133 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
![]() |
coding | MagicNumber | '9' is a magic number. | 135 |
![]() |
coding | MagicNumber | '9' is a magic number. | 136 |
![]() |
coding | MagicNumber | '5' is a magic number. | 137 |
![]() |
coding | MagicNumber | '11' is a magic number. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
![]() |
coding | MagicNumber | '33' is a magic number. | 140 |
![]() |
coding | MagicNumber | '10' is a magic number. | 141 |
![]() |
coding | MagicNumber | '12' is a magic number. | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
coding | MagicNumber | '60' is a magic number. | 144 |
![]() |
coding | MagicNumber | '11' is a magic number. | 145 |
![]() |
coding | MagicNumber | '13' is a magic number. | 147 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
![]() |
coding | MagicNumber | '37' is a magic number. | 148 |
![]() |
coding | MagicNumber | '14' is a magic number. | 149 |
![]() |
coding | MagicNumber | '14' is a magic number. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
![]() |
coding | MagicNumber | '58' is a magic number. | 152 |
![]() |
coding | MagicNumber | '15' is a magic number. | 153 |
![]() |
coding | MagicNumber | '16' is a magic number. | 153 |
![]() |
coding | MagicNumber | '15' is a magic number. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 156 |
![]() |
coding | MagicNumber | '15' is a magic number. | 157 |
![]() |
coding | MagicNumber | '16' is a magic number. | 157 |
![]() |
coding | MagicNumber | '16' is a magic number. | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
![]() |
coding | MagicNumber | '59' is a magic number. | 160 |
![]() |
coding | MagicNumber | '10' is a magic number. | 160 |
![]() |
coding | MagicNumber | '10' is a magic number. | 161 |
![]() |
coding | MagicNumber | '128' is a magic number. | 167 |
![]() |
coding | MagicNumber | '077' is a magic number. | 168 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
![]() |
coding | MagicNumber | '8' is a magic number. | 173 |
![]() |
coding | MagicNumber | '8' is a magic number. | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
coding | MagicNumber | '89' is a magic number. | 178 |
![]() |
coding | MagicNumber | '3' is a magic number. | 179 |
![]() |
coding | MagicNumber | '6' is a magic number. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
coding | MagicNumber | '84' is a magic number. | 182 |
![]() |
coding | MagicNumber | '7' is a magic number. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
coding | MagicNumber | '73' is a magic number. | 186 |
![]() |
coding | MagicNumber | '6' is a magic number. | 187 |
![]() |
coding | MagicNumber | '8' is a magic number. | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
coding | MagicNumber | '84' is a magic number. | 190 |
![]() |
coding | MagicNumber | '7' is a magic number. | 191 |
![]() |
coding | MagicNumber | '9' is a magic number. | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
![]() |
coding | MagicNumber | '78' is a magic number. | 194 |
![]() |
coding | MagicNumber | '8' is a magic number. | 195 |
![]() |
coding | MagicNumber | '10' is a magic number. | 197 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
coding | MagicNumber | '69' is a magic number. | 198 |
![]() |
coding | MagicNumber | '9' is a magic number. | 199 |
![]() |
coding | MagicNumber | '14' is a magic number. | 201 |
![]() |
coding | MagicNumber | '15' is a magic number. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 203 |
![]() |
coding | MagicNumber | '15' is a magic number. | 204 |
![]() |
coding | MagicNumber | '16' is a magic number. | 204 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 211 |
![]() |
coding | MagicNumber | '6' is a magic number. | 211 |
![]() |
coding | MagicNumber | '077' is a magic number. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
![]() |
coding | MagicNumber | '8' is a magic number. | 219 |
![]() |
coding | MagicNumber | '8' is a magic number. | 220 |
![]() |
coding | MagicNumber | '14' is a magic number. | 223 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
![]() |
coding | MagicNumber | '15' is a magic number. | 225 |
![]() |
coding | MagicNumber | '16' is a magic number. | 225 |
![]() |
coding | MagicNumber | '15' is a magic number. | 227 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
![]() |
coding | MagicNumber | '15' is a magic number. | 229 |
![]() |
coding | MagicNumber | '16' is a magic number. | 229 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 236 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 239 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 242 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 242 |
![]() |
coding | MagicNumber | '17' is a magic number. | 242 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 252 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 252 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 258 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
![]() |
coding | MagicNumber | '34' is a magic number. | 260 |
![]() |
coding | MagicNumber | '18' is a magic number. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 267 |
![]() |
naming | MethodName | Name 'jjMoveNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 267 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 267 |
![]() |
coding | MagicNumber | '5' is a magic number. | 269 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 272 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 274 |
![]() |
coding | MagicNumber | '64' is a magic number. | 276 |
![]() |
coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
![]() |
coding | MagicNumber | '16' is a magic number. | 282 |
![]() |
coding | MagicNumber | '16' is a magic number. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
![]() |
coding | MagicNumber | '37' is a magic number. | 285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 289 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
![]() |
coding | MagicNumber | '16' is a magic number. | 291 |
![]() |
coding | MagicNumber | '16' is a magic number. | 292 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
![]() |
coding | MagicNumber | '58' is a magic number. | 296 |
![]() |
coding | MagicNumber | '3' is a magic number. | 297 |
![]() |
coding | MagicNumber | '4' is a magic number. | 297 |
![]() |
coding | MagicNumber | '3' is a magic number. | 299 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 300 |
![]() |
coding | MagicNumber | '3' is a magic number. | 301 |
![]() |
coding | MagicNumber | '4' is a magic number. | 301 |
![]() |
coding | MagicNumber | '4' is a magic number. | 303 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
![]() |
coding | MagicNumber | '59' is a magic number. | 304 |
![]() |
coding | MagicNumber | '17' is a magic number. | 304 |
![]() |
coding | MagicNumber | '17' is a magic number. | 305 |
![]() |
coding | MagicNumber | '128' is a magic number. | 311 |
![]() |
coding | MagicNumber | '077' is a magic number. | 312 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 317 |
![]() |
coding | MagicNumber | '16' is a magic number. | 317 |
![]() |
coding | MagicNumber | '16' is a magic number. | 318 |
![]() |
coding | MagicNumber | '3' is a magic number. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 323 |
![]() |
coding | MagicNumber | '3' is a magic number. | 324 |
![]() |
coding | MagicNumber | '4' is a magic number. | 324 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 331 |
![]() |
coding | MagicNumber | '6' is a magic number. | 331 |
![]() |
coding | MagicNumber | '077' is a magic number. | 332 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
![]() |
coding | MagicNumber | '16' is a magic number. | 339 |
![]() |
coding | MagicNumber | '16' is a magic number. | 340 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
![]() |
coding | MagicNumber | '3' is a magic number. | 345 |
![]() |
coding | MagicNumber | '4' is a magic number. | 345 |
![]() |
coding | MagicNumber | '3' is a magic number. | 347 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
coding | MagicNumber | '3' is a magic number. | 349 |
![]() |
coding | MagicNumber | '4' is a magic number. | 349 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 356 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 359 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 362 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 362 |
![]() |
coding | MagicNumber | '5' is a magic number. | 362 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 372 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
![]() |
coding | MagicNumber | '34' is a magic number. | 374 |
![]() |
coding | MagicNumber | '13' is a magic number. | 375 |
![]() |
coding | MagicNumber | '39' is a magic number. | 376 |
![]() |
coding | MagicNumber | '14' is a magic number. | 377 |
![]() |
coding | MagicNumber | '62' is a magic number. | 378 |
![]() |
coding | MagicNumber | '15' is a magic number. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 385 |
![]() |
naming | MethodName | Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 385 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 385 |
![]() |
coding | MagicNumber | '3' is a magic number. | 387 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 390 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 392 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 392 |
![]() |
coding | MagicNumber | '64' is a magic number. | 394 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 399 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 400 |
![]() |
coding | MagicNumber | '12' is a magic number. | 400 |
![]() |
coding | MagicNumber | '12' is a magic number. | 401 |
![]() |
coding | MagicNumber | '58' is a magic number. | 403 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
![]() |
coding | MagicNumber | '11' is a magic number. | 404 |
![]() |
coding | MagicNumber | '11' is a magic number. | 405 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 410 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
![]() |
coding | MagicNumber | '11' is a magic number. | 412 |
![]() |
coding | MagicNumber | '11' is a magic number. | 413 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 417 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 417 |
![]() |
coding | MagicNumber | '12' is a magic number. | 419 |
![]() |
coding | MagicNumber | '128' is a magic number. | 426 |
![]() |
coding | MagicNumber | '077' is a magic number. | 427 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 432 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 434 |
![]() |
coding | MagicNumber | '11' is a magic number. | 434 |
![]() |
coding | MagicNumber | '11' is a magic number. | 435 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 443 |
![]() |
coding | MagicNumber | '6' is a magic number. | 443 |
![]() |
coding | MagicNumber | '077' is a magic number. | 444 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 448 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 450 |
![]() |
coding | MagicNumber | '11' is a magic number. | 450 |
![]() |
coding | MagicNumber | '11' is a magic number. | 451 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 455 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 457 |
![]() |
coding | MagicNumber | '11' is a magic number. | 457 |
![]() |
coding | MagicNumber | '11' is a magic number. | 458 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 466 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 469 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 472 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 472 |
![]() |
coding | MagicNumber | '3' is a magic number. | 472 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 472 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 482 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 |
![]() |
coding | MagicNumber | '39' is a magic number. | 484 |
![]() |
coding | MagicNumber | '21' is a magic number. | 485 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 491 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 491 |
![]() |
naming | MethodName | Name 'jjMoveNfa_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 491 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 491 |
![]() |
coding | MagicNumber | '5' is a magic number. | 493 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 496 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 498 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 498 |
![]() |
coding | MagicNumber | '64' is a magic number. | 500 |
![]() |
coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 505 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 506 |
![]() |
coding | MagicNumber | '19' is a magic number. | 506 |
![]() |
coding | MagicNumber | '19' is a magic number. | 507 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 509 |
![]() |
coding | MagicNumber | '37' is a magic number. | 509 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 513 |
![]() |
coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 513 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 515 |
![]() |
coding | MagicNumber | '19' is a magic number. | 515 |
![]() |
coding | MagicNumber | '19' is a magic number. | 516 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 520 |
![]() |
coding | MagicNumber | '58' is a magic number. | 520 |
![]() |
coding | MagicNumber | '3' is a magic number. | 521 |
![]() |
coding | MagicNumber | '4' is a magic number. | 521 |
![]() |
coding | MagicNumber | '3' is a magic number. | 523 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 524 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 524 |
![]() |
coding | MagicNumber | '3' is a magic number. | 525 |
![]() |
coding | MagicNumber | '4' is a magic number. | 525 |
![]() |
coding | MagicNumber | '4' is a magic number. | 527 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 528 |
![]() |
coding | MagicNumber | '59' is a magic number. | 528 |
![]() |
coding | MagicNumber | '20' is a magic number. | 528 |
![]() |
coding | MagicNumber | '20' is a magic number. | 529 |
![]() |
coding | MagicNumber | '128' is a magic number. | 535 |
![]() |
coding | MagicNumber | '077' is a magic number. | 536 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 541 |
![]() |
coding | MagicNumber | '19' is a magic number. | 541 |
![]() |
coding | MagicNumber | '19' is a magic number. | 542 |
![]() |
coding | MagicNumber | '3' is a magic number. | 546 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 547 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 547 |
![]() |
coding | MagicNumber | '3' is a magic number. | 548 |
![]() |
coding | MagicNumber | '4' is a magic number. | 548 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 555 |
![]() |
coding | MagicNumber | '6' is a magic number. | 555 |
![]() |
coding | MagicNumber | '077' is a magic number. | 556 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 561 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 563 |
![]() |
coding | MagicNumber | '19' is a magic number. | 563 |
![]() |
coding | MagicNumber | '19' is a magic number. | 564 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 568 |
![]() |
coding | MagicNumber | '3' is a magic number. | 569 |
![]() |
coding | MagicNumber | '4' is a magic number. | 569 |
![]() |
coding | MagicNumber | '3' is a magic number. | 571 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 572 |
![]() |
coding | MagicNumber | '3' is a magic number. | 573 |
![]() |
coding | MagicNumber | '4' is a magic number. | 573 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 580 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 583 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 586 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 586 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 586 |
![]() |
coding | MagicNumber | '5' is a magic number. | 586 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 596 |
![]() |
naming | ConstantName | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 596 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 597 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 597 |
![]() |
naming | ConstantName | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 598 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 598 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 599 |
![]() |
naming | ConstantName | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 600 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 600 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 601 |
![]() |
naming | ConstantName | Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 602 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 602 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 603 |
![]() |
naming | MemberName | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 603 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 604 |
![]() |
coding | MagicNumber | '17' is a magic number. | 604 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 605 |
![]() |
coding | MagicNumber | '34' is a magic number. | 605 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 606 |
![]() |
design | VisibilityModifier | Variable 'curChar' must be private and have accessor methods. | 606 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 608 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 608 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 612 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 612 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 612 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 617 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 617 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 617 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 618 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 624 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 624 |
![]() |
naming | MethodName | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 624 |
![]() |
coding | MagicNumber | '0x80000001' is a magic number. | 626 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 627 |
![]() |
coding | MagicNumber | '17' is a magic number. | 627 |
![]() |
coding | MagicNumber | '0x80000000' is a magic number. | 628 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 631 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 631 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 631 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 631 |
![]() |
design | DesignForExtension | Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 636 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 636 |
![]() |
naming | MethodName | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 636 |
![]() |
coding | MagicNumber | '4' is a magic number. | 637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 639 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 645 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 645 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 649 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 657 |
![]() |
design | VisibilityModifier | Variable 'curLexState' must be private and have accessor methods. | 657 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 658 |
![]() |
design | VisibilityModifier | Variable 'defaultLexState' must be private and have accessor methods. | 658 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 659 |
![]() |
design | VisibilityModifier | Variable 'jjnewStateCnt' must be private and have accessor methods. | 659 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 660 |
![]() |
design | VisibilityModifier | Variable 'jjround' must be private and have accessor methods. | 660 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 661 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedPos' must be private and have accessor methods. | 661 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 662 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedKind' must be private and have accessor methods. | 662 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 664 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 677 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 679 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 684 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 689 |
![]() |
coding | MagicNumber | '3' is a magic number. | 693 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 694 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 699 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 700 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 703 |
![]() |
naming | LocalVariableName | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 707 |
![]() |
naming | LocalVariableName | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 |
![]() |
naming | LocalVariableName | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
![]() |
naming | LocalVariableName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 716 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 720 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 725 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 727 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 3,318 lines (max allowed is 2,000). | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.dtd.*. | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 20 |
![]() |
naming | MethodName | Name 'Input' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 20 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 20 |
![]() |
coding | MagicNumber | '3' is a magic number. | 22 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 24 |
![]() |
coding | MagicNumber | '3' is a magic number. | 28 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 28 |
![]() |
coding | MagicNumber | '3' is a magic number. | 33 |
![]() |
coding | MagicNumber | '3' is a magic number. | 35 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 37 |
![]() |
coding | MagicNumber | '3' is a magic number. | 40 |
![]() |
coding | MagicNumber | '3' is a magic number. | 42 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 44 |
![]() |
coding | MagicNumber | '3' is a magic number. | 47 |
![]() |
coding | MagicNumber | '3' is a magic number. | 49 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 51 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
coding | MagicNumber | '3' is a magic number. | 56 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 58 |
![]() |
coding | MagicNumber | '3' is a magic number. | 61 |
![]() |
coding | MagicNumber | '3' is a magic number. | 63 |
![]() |
coding | EmptyStatement | Empty statement. | 66 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 86 |
![]() |
naming | MethodName | Name 'ElementDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
misc | FinalParameters | Parameter document should be final. | 86 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 86 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 86 |
![]() |
coding | HiddenField | 'token' hides a field. | 87 |
![]() |
coding | MagicNumber | '3' is a magic number. | 95 |
![]() |
coding | MagicNumber | '3' is a magic number. | 98 |
![]() |
coding | MagicNumber | '3' is a magic number. | 101 |
![]() |
coding | MagicNumber | '3' is a magic number. | 102 |
![]() |
coding | MagicNumber | '3' is a magic number. | 104 |
![]() |
coding | MagicNumber | '3' is a magic number. | 106 |
![]() |
coding | EmptyStatement | Empty statement. | 109 |
![]() |
coding | MagicNumber | '3' is a magic number. | 120 |
![]() |
coding | EmptyStatement | Empty statement. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 134 |
![]() |
naming | MethodName | Name 'Mixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
misc | FinalParameters | Parameter element should be final. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 134 |
![]() |
coding | HiddenField | 'token' hides a field. | 135 |
![]() |
coding | MagicNumber | '3' is a magic number. | 137 |
![]() |
coding | EmptyStatement | Empty statement. | 140 |
![]() |
coding | MagicNumber | '3' is a magic number. | 143 |
![]() |
coding | EmptyStatement | Empty statement. | 146 |
![]() |
coding | MagicNumber | '3' is a magic number. | 149 |
![]() |
coding | MagicNumber | '3' is a magic number. | 152 |
![]() |
coding | EmptyStatement | Empty statement. | 155 |
![]() |
coding | MagicNumber | '3' is a magic number. | 158 |
![]() |
coding | EmptyStatement | Empty statement. | 161 |
![]() |
coding | MagicNumber | '3' is a magic number. | 164 |
![]() |
coding | EmptyStatement | Empty statement. | 165 |
![]() |
coding | MagicNumber | '3' is a magic number. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 185 |
![]() |
naming | MethodName | Name 'ContPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 185 |
![]() |
coding | HiddenField | 'token' hides a field. | 187 |
![]() |
coding | MagicNumber | '3' is a magic number. | 188 |
![]() |
coding | MagicNumber | '3' is a magic number. | 191 |
![]() |
coding | MagicNumber | '3' is a magic number. | 197 |
![]() |
coding | EmptyStatement | Empty statement. | 200 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 215 |
![]() |
naming | MethodName | Name 'SeqOrChoiceContPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 215 |
![]() |
coding | MagicNumber | '3' is a magic number. | 219 |
![]() |
coding | EmptyStatement | Empty statement. | 222 |
![]() |
coding | MagicNumber | '3' is a magic number. | 225 |
![]() |
coding | EmptyStatement | Empty statement. | 228 |
![]() |
coding | MagicNumber | '3' is a magic number. | 230 |
![]() |
coding | MagicNumber | '3' is a magic number. | 234 |
![]() |
coding | EmptyStatement | Empty statement. | 237 |
![]() |
coding | MagicNumber | '3' is a magic number. | 240 |
![]() |
coding | EmptyStatement | Empty statement. | 243 |
![]() |
coding | MagicNumber | '3' is a magic number. | 245 |
![]() |
coding | EmptyStatement | Empty statement. | 246 |
![]() |
coding | MagicNumber | '3' is a magic number. | 254 |
![]() |
coding | MagicNumber | '3' is a magic number. | 258 |
![]() |
coding | EmptyStatement | Empty statement. | 261 |
![]() |
coding | MagicNumber | '3' is a magic number. | 264 |
![]() |
coding | EmptyStatement | Empty statement. | 267 |
![]() |
coding | MagicNumber | '3' is a magic number. | 269 |
![]() |
coding | EmptyStatement | Empty statement. | 270 |
![]() |
coding | MagicNumber | '3' is a magic number. | 278 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 297 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 297 |
![]() |
naming | MethodName | Name 'OccuranceSpecification' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 |
![]() |
misc | FinalParameters | Parameter cp should be final. | 297 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 297 |
![]() |
coding | MagicNumber | '3' is a magic number. | 298 |
![]() |
coding | MagicNumber | '3' is a magic number. | 301 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 305 |
![]() |
coding | MagicNumber | '3' is a magic number. | 307 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 324 |
![]() |
sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 324 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 324 |
![]() |
naming | MethodName | Name 'AttlistDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
![]() |
misc | FinalParameters | Parameter document should be final. | 324 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 324 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 324 |
![]() |
coding | HiddenField | 'token' hides a field. | 325 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 336 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
![]() |
coding | MagicNumber | '3' is a magic number. | 346 |
![]() |
coding | MagicNumber | '3' is a magic number. | 349 |
![]() |
coding | MagicNumber | '3' is a magic number. | 352 |
![]() |
coding | MagicNumber | '3' is a magic number. | 355 |
![]() |
coding | MagicNumber | '3' is a magic number. | 358 |
![]() |
coding | MagicNumber | '3' is a magic number. | 361 |
![]() |
coding | MagicNumber | '3' is a magic number. | 364 |
![]() |
coding | MagicNumber | '3' is a magic number. | 367 |
![]() |
coding | MagicNumber | '3' is a magic number. | 370 |
![]() |
coding | MagicNumber | '3' is a magic number. | 375 |
![]() |
coding | EmptyStatement | Empty statement. | 378 |
![]() |
coding | MagicNumber | '3' is a magic number. | 381 |
![]() |
coding | EmptyStatement | Empty statement. | 384 |
![]() |
coding | MagicNumber | '3' is a magic number. | 388 |
![]() |
coding | EmptyStatement | Empty statement. | 389 |
![]() |
coding | MagicNumber | '3' is a magic number. | 394 |
![]() |
coding | EmptyStatement | Empty statement. | 397 |
![]() |
coding | MagicNumber | '3' is a magic number. | 400 |
![]() |
coding | EmptyStatement | Empty statement. | 403 |
![]() |
coding | MagicNumber | '3' is a magic number. | 408 |
![]() |
coding | MagicNumber | '3' is a magic number. | 410 |
![]() |
coding | EmptyStatement | Empty statement. | 413 |
![]() |
coding | MagicNumber | '3' is a magic number. | 415 |
![]() |
coding | MagicNumber | '3' is a magic number. | 417 |
![]() |
coding | MagicNumber | '3' is a magic number. | 423 |
![]() |
coding | EmptyStatement | Empty statement. | 426 |
![]() |
coding | MagicNumber | '3' is a magic number. | 430 |
![]() |
coding | EmptyStatement | Empty statement. | 431 |
![]() |
coding | MagicNumber | '3' is a magic number. | 436 |
![]() |
coding | EmptyStatement | Empty statement. | 439 |
![]() |
coding | MagicNumber | '3' is a magic number. | 441 |
![]() |
coding | MagicNumber | '3' is a magic number. | 443 |
![]() |
coding | MagicNumber | '3' is a magic number. | 449 |
![]() |
coding | EmptyStatement | Empty statement. | 452 |
![]() |
coding | MagicNumber | '3' is a magic number. | 463 |
![]() |
coding | MagicNumber | '3' is a magic number. | 466 |
![]() |
coding | MagicNumber | '3' is a magic number. | 469 |
![]() |
coding | MagicNumber | '3' is a magic number. | 475 |
![]() |
coding | MagicNumber | '3' is a magic number. | 483 |
![]() |
coding | EmptyStatement | Empty statement. | 484 |
![]() |
coding | MagicNumber | '3' is a magic number. | 489 |
![]() |
coding | EmptyStatement | Empty statement. | 492 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 502 |
![]() |
naming | MethodName | Name 'AttrValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 502 |
![]() |
coding | HiddenField | 'token' hides a field. | 503 |
![]() |
coding | MagicNumber | '3' is a magic number. | 505 |
![]() |
coding | MagicNumber | '3' is a magic number. | 508 |
![]() |
coding | EmptyStatement | Empty statement. | 509 |
![]() |
coding | MagicNumber | '3' is a magic number. | 517 |
![]() |
coding | MagicNumber | '3' is a magic number. | 520 |
![]() |
coding | EmptyStatement | Empty statement. | 521 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 533 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 541 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 542 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 543 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 545 |
![]() |
naming | MethodName | Name 'GEntityDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 545 |
![]() |
misc | FinalParameters | Parameter document should be final. | 545 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 545 |
![]() |
coding | HiddenField | 'token' hides a field. | 546 |
![]() |
coding | MagicNumber | '3' is a magic number. | 556 |
![]() |
coding | MagicNumber | '3' is a magic number. | 559 |
![]() |
coding | MagicNumber | '3' is a magic number. | 560 |
![]() |
coding | MagicNumber | '3' is a magic number. | 570 |
![]() |
coding | MagicNumber | '3' is a magic number. | 580 |
![]() |
coding | EmptyStatement | Empty statement. | 587 |
![]() |
coding | MagicNumber | '3' is a magic number. | 593 |
![]() |
coding | EmptyStatement | Empty statement. | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 603 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 604 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 607 |
![]() |
naming | MethodName | Name 'GEValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 607 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 607 |
![]() |
coding | HiddenField | 'token' hides a field. | 608 |
![]() |
coding | MagicNumber | '3' is a magic number. | 610 |
![]() |
coding | MagicNumber | '3' is a magic number. | 613 |
![]() |
coding | EmptyStatement | Empty statement. | 614 |
![]() |
coding | MagicNumber | '3' is a magic number. | 622 |
![]() |
coding | MagicNumber | '3' is a magic number. | 625 |
![]() |
coding | EmptyStatement | Empty statement. | 626 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 646 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 647 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 650 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 650 |
![]() |
naming | MethodName | Name 'NotationDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 650 |
![]() |
misc | FinalParameters | Parameter document should be final. | 650 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 650 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 650 |
![]() |
coding | HiddenField | 'token' hides a field. | 651 |
![]() |
coding | MagicNumber | '3' is a magic number. | 661 |
![]() |
coding | MagicNumber | '3' is a magic number. | 666 |
![]() |
coding | EmptyStatement | Empty statement. | 669 |
![]() |
coding | MagicNumber | '3' is a magic number. | 671 |
![]() |
coding | EmptyStatement | Empty statement. | 676 |
![]() |
coding | MagicNumber | '3' is a magic number. | 679 |
![]() |
coding | MagicNumber | '3' is a magic number. | 689 |
![]() |
coding | EmptyStatement | Empty statement. | 692 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 701 |
![]() |
naming | MethodName | Name 'Comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 701 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 701 |
![]() |
coding | MagicNumber | '3' is a magic number. | 704 |
![]() |
coding | EmptyStatement | Empty statement. | 705 |
![]() |
coding | MagicNumber | '3' is a magic number. | 709 |
![]() |
coding | MagicNumber | '3' is a magic number. | 711 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 722 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 722 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 722 |
![]() |
naming | MethodName | Name 'jj_2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 722 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 724 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 730 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 730 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 730 |
![]() |
naming | MethodName | Name 'jj_2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 730 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 730 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 732 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 738 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 738 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 738 |
![]() |
naming | MethodName | Name 'jj_2_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 738 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 738 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 740 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 746 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 746 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 746 |
![]() |
naming | MethodName | Name 'jj_2_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 746 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 746 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 748 |
![]() |
coding | MagicNumber | '3' is a magic number. | 750 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 754 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 754 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 754 |
![]() |
naming | MethodName | Name 'jj_2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 754 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 756 |
![]() |
coding | MagicNumber | '4' is a magic number. | 758 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 762 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 762 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 762 |
![]() |
naming | MethodName | Name 'jj_2_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 762 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 762 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 764 |
![]() |
coding | MagicNumber | '5' is a magic number. | 766 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 770 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 770 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 770 |
![]() |
naming | MethodName | Name 'jj_2_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 770 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 770 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 772 |
![]() |
coding | MagicNumber | '6' is a magic number. | 774 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 778 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 778 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 778 |
![]() |
naming | MethodName | Name 'jj_2_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 778 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 778 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 780 |
![]() |
coding | MagicNumber | '7' is a magic number. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 786 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 786 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 786 |
![]() |
naming | MethodName | Name 'jj_2_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 786 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 786 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 788 |
![]() |
coding | MagicNumber | '8' is a magic number. | 790 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 794 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 794 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 794 |
![]() |
naming | MethodName | Name 'jj_2_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 794 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 794 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 796 |
![]() |
coding | MagicNumber | '9' is a magic number. | 798 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 802 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 802 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 802 |
![]() |
naming | MethodName | Name 'jj_2_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 802 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 802 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 804 |
![]() |
coding | MagicNumber | '10' is a magic number. | 806 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 810 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 810 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 810 |
![]() |
naming | MethodName | Name 'jj_2_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 810 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 810 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 812 |
![]() |
coding | MagicNumber | '11' is a magic number. | 814 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 818 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 818 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 818 |
![]() |
naming | MethodName | Name 'jj_2_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 818 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 818 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 820 |
![]() |
coding | MagicNumber | '12' is a magic number. | 822 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 826 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 826 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 826 |
![]() |
naming | MethodName | Name 'jj_2_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 826 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 826 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 828 |
![]() |
coding | MagicNumber | '13' is a magic number. | 830 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 834 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 834 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 834 |
![]() |
naming | MethodName | Name 'jj_2_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 834 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 834 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 836 |
![]() |
coding | MagicNumber | '14' is a magic number. | 838 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 842 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 842 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 842 |
![]() |
naming | MethodName | Name 'jj_2_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 842 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 842 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 844 |
![]() |
coding | MagicNumber | '15' is a magic number. | 846 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 850 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 850 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 850 |
![]() |
naming | MethodName | Name 'jj_2_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 850 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 850 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 852 |
![]() |
coding | MagicNumber | '16' is a magic number. | 854 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 858 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 858 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 858 |
![]() |
naming | MethodName | Name 'jj_2_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 858 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 858 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 860 |
![]() |
coding | MagicNumber | '17' is a magic number. | 862 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 866 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 866 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 866 |
![]() |
naming | MethodName | Name 'jj_2_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 866 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 866 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 868 |
![]() |
coding | MagicNumber | '18' is a magic number. | 870 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 874 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 874 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 874 |
![]() |
naming | MethodName | Name 'jj_2_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 874 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 874 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 876 |
![]() |
coding | MagicNumber | '19' is a magic number. | 878 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 882 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 882 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 882 |
![]() |
naming | MethodName | Name 'jj_2_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 882 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 882 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 884 |
![]() |
coding | MagicNumber | '20' is a magic number. | 886 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 890 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 890 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 890 |
![]() |
naming | MethodName | Name 'jj_2_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 890 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 890 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 892 |
![]() |
coding | MagicNumber | '21' is a magic number. | 894 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 898 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 898 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 898 |
![]() |
naming | MethodName | Name 'jj_2_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 898 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 898 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 900 |
![]() |
coding | MagicNumber | '22' is a magic number. | 902 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 906 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 906 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 906 |
![]() |
naming | MethodName | Name 'jj_2_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 906 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 906 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 908 |
![]() |
coding | MagicNumber | '23' is a magic number. | 910 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 914 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 914 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 914 |
![]() |
naming | MethodName | Name 'jj_2_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 914 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 914 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 916 |
![]() |
coding | MagicNumber | '24' is a magic number. | 918 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 922 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 922 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 922 |
![]() |
naming | MethodName | Name 'jj_2_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 922 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 922 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 924 |
![]() |
coding | MagicNumber | '25' is a magic number. | 926 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 930 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 930 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 930 |
![]() |
naming | MethodName | Name 'jj_2_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 930 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 930 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 932 |
![]() |
coding | MagicNumber | '26' is a magic number. | 934 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 938 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 938 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 938 |
![]() |
naming | MethodName | Name 'jj_2_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 938 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 938 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 940 |
![]() |
coding | MagicNumber | '27' is a magic number. | 942 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 946 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 946 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 946 |
![]() |
naming | MethodName | Name 'jj_2_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 946 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 946 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 948 |
![]() |
coding | MagicNumber | '28' is a magic number. | 950 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 954 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 954 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 954 |
![]() |
naming | MethodName | Name 'jj_2_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 954 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 954 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 956 |
![]() |
coding | MagicNumber | '29' is a magic number. | 958 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 962 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 962 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 962 |
![]() |
naming | MethodName | Name 'jj_2_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 962 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 962 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 964 |
![]() |
coding | MagicNumber | '30' is a magic number. | 966 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 970 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 970 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 970 |
![]() |
naming | MethodName | Name 'jj_2_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 970 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 970 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 972 |
![]() |
coding | MagicNumber | '31' is a magic number. | 974 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 978 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 978 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 978 |
![]() |
naming | MethodName | Name 'jj_2_33' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 978 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 978 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 980 |
![]() |
coding | MagicNumber | '32' is a magic number. | 982 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 986 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 986 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 986 |
![]() |
naming | MethodName | Name 'jj_2_34' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 986 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 986 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 988 |
![]() |
coding | MagicNumber | '33' is a magic number. | 990 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 994 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 994 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 994 |
![]() |
naming | MethodName | Name 'jj_2_35' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 994 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 994 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 996 |
![]() |
coding | MagicNumber | '34' is a magic number. | 998 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1002 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1002 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1002 |
![]() |
naming | MethodName | Name 'jj_2_36' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1002 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1002 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1004 |
![]() |
coding | MagicNumber | '35' is a magic number. | 1006 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1010 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1010 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1010 |
![]() |
naming | MethodName | Name 'jj_2_37' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1010 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1010 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1012 |
![]() |
coding | MagicNumber | '36' is a magic number. | 1014 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1018 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1018 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1018 |
![]() |
naming | MethodName | Name 'jj_2_38' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1018 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1018 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1020 |
![]() |
coding | MagicNumber | '37' is a magic number. | 1022 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1026 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1026 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1026 |
![]() |
naming | MethodName | Name 'jj_2_39' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1026 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1026 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1028 |
![]() |
coding | MagicNumber | '38' is a magic number. | 1030 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1034 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1034 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1034 |
![]() |
naming | MethodName | Name 'jj_2_40' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1034 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1034 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1036 |
![]() |
coding | MagicNumber | '39' is a magic number. | 1038 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1042 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1042 |
![]() |
naming | MethodName | Name 'jj_2_41' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1042 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1042 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1044 |
![]() |
coding | MagicNumber | '40' is a magic number. | 1046 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1050 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1050 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1050 |
![]() |
naming | MethodName | Name 'jj_2_42' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1050 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1050 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1052 |
![]() |
coding | MagicNumber | '41' is a magic number. | 1054 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1058 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1058 |
![]() |
naming | MethodName | Name 'jj_2_43' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1058 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1058 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1060 |
![]() |
coding | MagicNumber | '42' is a magic number. | 1062 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1066 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1066 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1066 |
![]() |
naming | MethodName | Name 'jj_2_44' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1066 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1066 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1068 |
![]() |
coding | MagicNumber | '43' is a magic number. | 1070 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1074 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1074 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1074 |
![]() |
naming | MethodName | Name 'jj_2_45' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1074 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1074 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1076 |
![]() |
coding | MagicNumber | '44' is a magic number. | 1078 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1082 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1082 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1082 |
![]() |
naming | MethodName | Name 'jj_2_46' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1082 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1082 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1084 |
![]() |
coding | MagicNumber | '45' is a magic number. | 1086 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1090 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1090 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1090 |
![]() |
naming | MethodName | Name 'jj_2_47' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1090 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1090 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1092 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1094 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1098 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1098 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1098 |
![]() |
naming | MethodName | Name 'jj_2_48' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1098 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1098 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1100 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1106 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1106 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1106 |
![]() |
naming | MethodName | Name 'jj_2_49' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1106 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1106 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1108 |
![]() |
coding | MagicNumber | '48' is a magic number. | 1110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1114 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1114 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1114 |
![]() |
naming | MethodName | Name 'jj_2_50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1114 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1114 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1116 |
![]() |
coding | MagicNumber | '49' is a magic number. | 1118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1122 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1122 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1122 |
![]() |
naming | MethodName | Name 'jj_2_51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1122 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1122 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1124 |
![]() |
coding | MagicNumber | '50' is a magic number. | 1126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1130 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1130 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1130 |
![]() |
naming | MethodName | Name 'jj_2_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1130 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1130 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1132 |
![]() |
coding | MagicNumber | '51' is a magic number. | 1134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1138 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1138 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1138 |
![]() |
naming | MethodName | Name 'jj_2_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1138 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1138 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1140 |
![]() |
coding | MagicNumber | '52' is a magic number. | 1142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1146 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1146 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1146 |
![]() |
naming | MethodName | Name 'jj_2_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1146 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1146 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1148 |
![]() |
coding | MagicNumber | '53' is a magic number. | 1150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1154 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1154 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1154 |
![]() |
naming | MethodName | Name 'jj_2_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1154 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1154 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1156 |
![]() |
coding | MagicNumber | '54' is a magic number. | 1158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1162 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1162 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1162 |
![]() |
naming | MethodName | Name 'jj_2_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1162 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1162 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1164 |
![]() |
coding | MagicNumber | '55' is a magic number. | 1166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1170 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1170 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1170 |
![]() |
naming | MethodName | Name 'jj_2_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1170 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1170 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1172 |
![]() |
coding | MagicNumber | '56' is a magic number. | 1174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1178 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1178 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1178 |
![]() |
naming | MethodName | Name 'jj_2_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1178 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1178 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1180 |
![]() |
coding | MagicNumber | '57' is a magic number. | 1182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1186 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1186 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1186 |
![]() |
naming | MethodName | Name 'jj_2_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1186 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1186 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1188 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1194 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1194 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1194 |
![]() |
naming | MethodName | Name 'jj_2_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1194 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1194 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1196 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1202 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1202 |
![]() |
naming | MethodName | Name 'jj_2_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1202 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1202 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1204 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1210 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1210 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1210 |
![]() |
naming | MethodName | Name 'jj_2_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1210 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1210 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1212 |
![]() |
coding | MagicNumber | '61' is a magic number. | 1214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1218 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1218 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1218 |
![]() |
naming | MethodName | Name 'jj_2_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1218 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1218 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1220 |
![]() |
coding | MagicNumber | '62' is a magic number. | 1222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1226 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1226 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1226 |
![]() |
naming | MethodName | Name 'jj_2_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1226 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1226 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1228 |
![]() |
coding | MagicNumber | '63' is a magic number. | 1230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1234 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1234 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1234 |
![]() |
naming | MethodName | Name 'jj_2_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1234 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1234 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1236 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1242 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1242 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1242 |
![]() |
naming | MethodName | Name 'jj_2_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1242 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1242 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1244 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1250 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1250 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1250 |
![]() |
naming | MethodName | Name 'jj_2_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1250 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1250 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1252 |
![]() |
coding | MagicNumber | '66' is a magic number. | 1254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1258 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1258 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1258 |
![]() |
naming | MethodName | Name 'jj_2_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1258 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1258 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1260 |
![]() |
coding | MagicNumber | '67' is a magic number. | 1262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1266 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1266 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1266 |
![]() |
naming | MethodName | Name 'jj_2_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1266 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1266 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1268 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1274 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1274 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1274 |
![]() |
naming | MethodName | Name 'jj_2_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1274 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1274 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1276 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1282 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1282 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1282 |
![]() |
naming | MethodName | Name 'jj_2_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1282 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1282 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1284 |
![]() |
coding | MagicNumber | '70' is a magic number. | 1286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1290 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1290 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1290 |
![]() |
naming | MethodName | Name 'jj_2_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1290 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1290 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1292 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1298 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1298 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1298 |
![]() |
naming | MethodName | Name 'jj_2_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1298 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1298 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1300 |
![]() |
coding | MagicNumber | '72' is a magic number. | 1302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1306 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1306 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1306 |
![]() |
naming | MethodName | Name 'jj_2_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1306 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1306 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1308 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1314 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1314 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1314 |
![]() |
naming | MethodName | Name 'jj_2_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1314 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1314 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1316 |
![]() |
coding | MagicNumber | '74' is a magic number. | 1318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1322 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1322 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1322 |
![]() |
naming | MethodName | Name 'jj_2_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1322 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1322 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1324 |
![]() |
coding | MagicNumber | '75' is a magic number. | 1326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1330 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1330 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1330 |
![]() |
naming | MethodName | Name 'jj_2_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1330 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1330 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1332 |
![]() |
coding | MagicNumber | '76' is a magic number. | 1334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1338 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1338 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1338 |
![]() |
naming | MethodName | Name 'jj_2_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1338 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1338 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1340 |
![]() |
coding | MagicNumber | '77' is a magic number. | 1342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1346 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1346 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1346 |
![]() |
naming | MethodName | Name 'jj_2_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1346 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1346 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1348 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1354 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1354 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1354 |
![]() |
naming | MethodName | Name 'jj_2_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1354 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1354 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1356 |
![]() |
coding | MagicNumber | '79' is a magic number. | 1358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1362 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1362 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1362 |
![]() |
naming | MethodName | Name 'jj_2_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1362 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1362 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1364 |
![]() |
coding | MagicNumber | '80' is a magic number. | 1366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1370 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1370 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1370 |
![]() |
naming | MethodName | Name 'jj_2_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1370 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1370 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1372 |
![]() |
coding | MagicNumber | '81' is a magic number. | 1374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1378 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1378 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1378 |
![]() |
naming | MethodName | Name 'jj_2_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1378 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1378 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1380 |
![]() |
coding | MagicNumber | '82' is a magic number. | 1382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1386 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1386 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1386 |
![]() |
naming | MethodName | Name 'jj_2_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1386 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1386 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1388 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1390 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1394 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1394 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1394 |
![]() |
naming | MethodName | Name 'jj_2_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1394 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1394 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1396 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1398 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1402 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1402 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1402 |
![]() |
naming | MethodName | Name 'jj_2_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1402 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1402 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1404 |
![]() |
coding | MagicNumber | '85' is a magic number. | 1406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1410 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1410 |
![]() |
naming | MethodName | Name 'jj_2_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1410 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1410 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1412 |
![]() |
coding | MagicNumber | '86' is a magic number. | 1414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1418 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1418 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1418 |
![]() |
naming | MethodName | Name 'jj_2_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1418 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1418 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1420 |
![]() |
coding | MagicNumber | '87' is a magic number. | 1422 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1426 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1426 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1426 |
![]() |
naming | MethodName | Name 'jj_2_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1426 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1426 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1428 |
![]() |
coding | MagicNumber | '88' is a magic number. | 1430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1434 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1434 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1434 |
![]() |
naming | MethodName | Name 'jj_2_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1434 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1434 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1436 |
![]() |
coding | MagicNumber | '89' is a magic number. | 1438 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1442 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1442 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1442 |
![]() |
naming | MethodName | Name 'jj_2_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1442 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1442 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1444 |
![]() |
coding | MagicNumber | '90' is a magic number. | 1446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1450 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1450 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1450 |
![]() |
naming | MethodName | Name 'jj_2_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1450 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1450 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1452 |
![]() |
coding | MagicNumber | '91' is a magic number. | 1454 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1458 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1458 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1458 |
![]() |
naming | MethodName | Name 'jj_2_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1458 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1458 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1460 |
![]() |
coding | MagicNumber | '92' is a magic number. | 1462 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1466 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1466 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1466 |
![]() |
naming | MethodName | Name 'jj_2_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1466 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1466 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1468 |
![]() |
coding | MagicNumber | '93' is a magic number. | 1470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1474 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1474 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1474 |
![]() |
naming | MethodName | Name 'jj_2_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1474 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 1474 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1476 |
![]() |
coding | MagicNumber | '94' is a magic number. | 1478 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1482 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1482 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1482 |
![]() |
naming | MethodName | Name 'jj_3_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1482 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1483 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1485 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1490 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1490 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1490 |
![]() |
naming | MethodName | Name 'jj_3_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1490 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1491 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1498 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1498 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1498 |
![]() |
naming | MethodName | Name 'jj_3_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1498 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1499 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1501 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1506 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1506 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1506 |
![]() |
naming | MethodName | Name 'jj_3_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1506 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1511 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1513 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1515 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1520 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1520 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1520 |
![]() |
naming | MethodName | Name 'jj_3_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1520 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1521 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1523 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1528 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1528 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1528 |
![]() |
naming | MethodName | Name 'jj_3_44' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1528 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1529 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1531 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1536 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1536 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1536 |
![]() |
naming | MethodName | Name 'jj_3_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1536 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1537 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1539 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1544 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1544 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1544 |
![]() |
naming | MethodName | Name 'jj_3_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1544 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1545 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1547 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1552 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1552 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1552 |
![]() |
naming | MethodName | Name 'jj_3_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1552 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1553 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1555 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1557 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1559 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1564 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1564 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1564 |
![]() |
naming | MethodName | Name 'jj_3_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1564 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1565 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1567 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1572 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1572 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1572 |
![]() |
naming | MethodName | Name 'jj_3_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1572 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1573 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1575 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1580 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1580 |
![]() |
naming | MethodName | Name 'jj_3_47' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1580 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1581 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1583 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1588 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1588 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1588 |
![]() |
naming | MethodName | Name 'jj_3_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1588 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1589 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1591 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1595 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1597 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1602 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1604 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1606 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1609 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1611 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1616 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1616 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1616 |
![]() |
naming | MethodName | Name 'jj_3_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1616 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1617 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1619 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1624 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1624 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1624 |
![]() |
naming | MethodName | Name 'jj_3_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1624 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1629 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1631 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1633 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1638 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1638 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1638 |
![]() |
naming | MethodName | Name 'jj_3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1638 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1639 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1641 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1646 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1646 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1646 |
![]() |
naming | MethodName | Name 'jj_3_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1646 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1647 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1654 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1654 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1654 |
![]() |
naming | MethodName | Name 'jj_3_50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1654 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1655 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1657 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1662 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1662 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1662 |
![]() |
naming | MethodName | Name 'jj_3_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1662 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1663 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1665 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1670 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1670 |
![]() |
naming | MethodName | Name 'jj_3R_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1670 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1671 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1673 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1682 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1685 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1687 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1692 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1692 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1692 |
![]() |
naming | MethodName | Name 'jj_3R_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1692 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1695 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1697 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1699 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1701 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1703 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1708 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1708 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1708 |
![]() |
naming | MethodName | Name 'jj_3_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1708 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1709 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1711 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1716 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1716 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1716 |
![]() |
naming | MethodName | Name 'jj_3_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1716 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1717 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1719 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1723 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1725 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1730 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1732 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1734 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1737 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1739 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1750 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1752 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1757 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1757 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1757 |
![]() |
naming | MethodName | Name 'jj_3_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1757 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1758 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1760 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1765 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1765 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1765 |
![]() |
naming | MethodName | Name 'jj_3_46' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1765 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1766 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1768 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1772 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1774 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1776 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1778 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1781 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1783 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1788 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1788 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1788 |
![]() |
naming | MethodName | Name 'jj_3_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1788 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1789 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1791 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1796 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1796 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1796 |
![]() |
naming | MethodName | Name 'jj_3_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1796 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1799 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1801 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1803 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1805 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1807 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1812 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1812 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1812 |
![]() |
naming | MethodName | Name 'jj_3_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1812 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1813 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1815 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1819 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1821 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1826 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1826 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1826 |
![]() |
naming | MethodName | Name 'jj_3_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1826 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1827 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1829 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1834 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1834 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1834 |
![]() |
naming | MethodName | Name 'jj_3_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1835 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1837 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1839 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1841 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1846 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1846 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1846 |
![]() |
naming | MethodName | Name 'jj_3_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1846 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1847 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1849 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1854 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1854 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1854 |
![]() |
naming | MethodName | Name 'jj_3_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1854 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1855 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1857 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1862 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1862 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1862 |
![]() |
naming | MethodName | Name 'jj_3_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1862 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1863 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1865 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1870 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1870 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1870 |
![]() |
naming | MethodName | Name 'jj_3_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1870 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1871 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1873 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1878 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1878 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1878 |
![]() |
naming | MethodName | Name 'jj_3_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1878 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1879 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1881 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1886 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1886 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1886 |
![]() |
naming | MethodName | Name 'jj_3_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1886 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1887 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1889 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1894 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1894 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1894 |
![]() |
naming | MethodName | Name 'jj_3_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1894 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1895 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1897 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1902 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1902 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1902 |
![]() |
naming | MethodName | Name 'jj_3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1902 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1913 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1915 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1917 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1919 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1921 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1923 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1928 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1928 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1928 |
![]() |
naming | MethodName | Name 'jj_3_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1928 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1929 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1931 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1936 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1936 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1936 |
![]() |
naming | MethodName | Name 'jj_3_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1936 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1937 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1939 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1944 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1944 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1944 |
![]() |
naming | MethodName | Name 'jj_3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1944 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1947 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1952 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1952 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1952 |
![]() |
naming | MethodName | Name 'jj_3_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1952 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1953 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1955 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1960 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1960 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1960 |
![]() |
naming | MethodName | Name 'jj_3_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1960 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1961 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1963 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1968 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1968 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1968 |
![]() |
naming | MethodName | Name 'jj_3_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1968 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1969 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1971 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1973 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1975 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1979 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1981 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1984 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1986 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1991 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1991 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1991 |
![]() |
naming | MethodName | Name 'jj_3_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1991 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1992 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1994 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1999 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1999 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1999 |
![]() |
naming | MethodName | Name 'jj_3_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1999 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2000 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2002 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2007 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2007 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2007 |
![]() |
naming | MethodName | Name 'jj_3R_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2007 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2008 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2010 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2012 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2014 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2016 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2018 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2023 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2023 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2023 |
![]() |
naming | MethodName | Name 'jj_3_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2023 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2024 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2026 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2028 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2030 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2032 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2034 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2039 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2039 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2039 |
![]() |
naming | MethodName | Name 'jj_3R_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2039 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2040 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2042 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2044 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2046 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2048 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2050 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2055 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2055 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2055 |
![]() |
naming | MethodName | Name 'jj_3_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2055 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2056 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2058 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2063 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2063 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2063 |
![]() |
naming | MethodName | Name 'jj_3_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2063 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2064 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2066 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2075 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2078 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2080 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2085 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2085 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2085 |
![]() |
naming | MethodName | Name 'jj_3_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2086 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2088 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2093 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2093 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2093 |
![]() |
naming | MethodName | Name 'jj_3_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2093 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2094 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2096 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2115 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2115 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2115 |
![]() |
naming | MethodName | Name 'jj_3_36' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2115 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2123 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2123 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2123 |
![]() |
naming | MethodName | Name 'jj_3R_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2123 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2128 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2130 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2137 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2137 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2137 |
![]() |
naming | MethodName | Name 'jj_3_43' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2137 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2145 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2145 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2145 |
![]() |
naming | MethodName | Name 'jj_3_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2145 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2146 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2153 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2153 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2153 |
![]() |
naming | MethodName | Name 'jj_3_33' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2153 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2154 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2161 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2161 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2161 |
![]() |
naming | MethodName | Name 'jj_3_42' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2161 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2162 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2169 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2169 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2169 |
![]() |
naming | MethodName | Name 'jj_3_41' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2177 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2177 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2177 |
![]() |
naming | MethodName | Name 'jj_3_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2185 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2185 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2185 |
![]() |
naming | MethodName | Name 'jj_3R_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2192 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2203 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2203 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2203 |
![]() |
naming | MethodName | Name 'jj_3_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2204 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2206 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2208 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2219 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2219 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2219 |
![]() |
naming | MethodName | Name 'jj_3_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2220 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2222 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2224 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2231 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2231 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2231 |
![]() |
naming | MethodName | Name 'jj_3_40' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2231 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2232 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2239 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2239 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2239 |
![]() |
naming | MethodName | Name 'jj_3_35' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2239 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2240 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2247 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2247 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2247 |
![]() |
naming | MethodName | Name 'jj_3_37' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2247 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2248 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2250 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2254 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2256 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2258 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2260 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2263 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2270 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2270 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2270 |
![]() |
naming | MethodName | Name 'jj_3_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2270 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2271 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2278 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2278 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2278 |
![]() |
naming | MethodName | Name 'jj_3_39' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2278 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2280 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2282 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2290 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2293 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2295 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2300 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2300 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2300 |
![]() |
naming | MethodName | Name 'jj_3_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2300 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2301 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2308 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2308 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2308 |
![]() |
naming | MethodName | Name 'jj_3_34' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2309 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2315 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2317 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2319 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2321 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2331 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2331 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2331 |
![]() |
naming | MethodName | Name 'jj_3_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2331 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2332 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2334 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2336 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2338 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2340 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2347 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2347 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2347 |
![]() |
naming | MethodName | Name 'jj_3_38' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2347 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2349 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2351 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2359 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2362 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2369 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2369 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2369 |
![]() |
naming | MethodName | Name 'jj_3_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2369 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2374 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2376 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2378 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2381 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2383 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2388 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2388 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2388 |
![]() |
naming | MethodName | Name 'jj_3_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2388 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2391 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2396 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2396 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2396 |
![]() |
naming | MethodName | Name 'jj_3R_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2396 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2397 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2399 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2403 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2405 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2407 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2409 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2412 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2414 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2421 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2423 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2425 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2427 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2432 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2432 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2432 |
![]() |
naming | MethodName | Name 'jj_3R_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2432 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2433 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2435 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2437 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2439 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2441 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2448 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2448 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2448 |
![]() |
naming | MethodName | Name 'jj_3_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2448 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2449 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2451 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2456 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2456 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2456 |
![]() |
naming | MethodName | Name 'jj_3_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2456 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2457 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2459 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2464 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2464 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2464 |
![]() |
naming | MethodName | Name 'jj_3_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2464 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2465 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2467 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2472 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2472 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2472 |
![]() |
naming | MethodName | Name 'jj_3_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2473 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2475 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2480 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2480 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2480 |
![]() |
naming | MethodName | Name 'jj_3_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2480 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2481 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2483 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2488 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2488 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2488 |
![]() |
naming | MethodName | Name 'jj_3_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2488 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2489 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2491 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2496 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2496 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2496 |
![]() |
naming | MethodName | Name 'jj_3R_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2496 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2501 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2503 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2505 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2508 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2510 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2515 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2515 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2515 |
![]() |
naming | MethodName | Name 'jj_3_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2515 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2516 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2518 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2527 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2530 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2537 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2537 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2537 |
![]() |
naming | MethodName | Name 'jj_3_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2537 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2538 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2540 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2545 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2545 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2545 |
![]() |
naming | MethodName | Name 'jj_3_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2545 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2546 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2548 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2553 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2553 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2553 |
![]() |
naming | MethodName | Name 'jj_3_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2553 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2554 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2556 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2561 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2561 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2561 |
![]() |
naming | MethodName | Name 'jj_3_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2561 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2562 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2564 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2573 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2576 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2578 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2583 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2583 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2583 |
![]() |
naming | MethodName | Name 'jj_3_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2583 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2584 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2586 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2591 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2591 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2591 |
![]() |
naming | MethodName | Name 'jj_3_45' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2591 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2592 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2594 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2599 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2599 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2599 |
![]() |
naming | MethodName | Name 'jj_3_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2599 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2600 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2602 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2606 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2610 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2612 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2615 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2617 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2622 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2622 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2622 |
![]() |
naming | MethodName | Name 'jj_3_48' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2622 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2623 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2625 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2630 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2630 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2630 |
![]() |
naming | MethodName | Name 'jj_3R_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2630 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2635 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2637 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2639 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2644 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2644 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2644 |
![]() |
naming | MethodName | Name 'jj_3_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2644 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2646 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2648 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2656 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2659 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2661 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2666 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2666 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2666 |
![]() |
naming | MethodName | Name 'jj_3R_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2666 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2667 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2669 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2673 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2675 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2677 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2679 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2682 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2684 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2689 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2691 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2693 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2698 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2698 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2698 |
![]() |
naming | MethodName | Name 'jj_3_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2698 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2699 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2701 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2706 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2706 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2706 |
![]() |
naming | MethodName | Name 'jj_3_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2706 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2707 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2709 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2714 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2714 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2714 |
![]() |
naming | MethodName | Name 'jj_3_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2714 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2715 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2717 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2722 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2722 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2722 |
![]() |
naming | MethodName | Name 'jj_3_51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2722 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2723 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2725 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2730 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2730 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2730 |
![]() |
naming | MethodName | Name 'jj_3_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2730 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2731 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2733 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2738 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2738 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2738 |
![]() |
naming | MethodName | Name 'jj_3_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2738 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2739 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2741 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2743 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2745 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2747 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2749 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2754 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2754 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2754 |
![]() |
naming | MethodName | Name 'jj_3_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2754 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2755 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2757 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2762 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2762 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2762 |
![]() |
naming | MethodName | Name 'jj_3_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2762 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2763 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2765 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2770 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2770 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2770 |
![]() |
naming | MethodName | Name 'jj_3_49' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2770 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2771 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2773 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2778 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2778 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2778 |
![]() |
naming | MethodName | Name 'jj_3_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2778 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2779 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2781 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2786 |
![]() |
naming | MemberName | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2786 |
![]() |
design | VisibilityModifier | Variable 'token_source' must be private and have accessor methods. | 2786 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2787 |
![]() |
design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 2787 |
![]() |
naming | MemberName | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2787 |
![]() |
design | VisibilityModifier | Variable 'jj_nt' must be private and have accessor methods. | 2787 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2788 |
![]() |
naming | MemberName | Name 'jj_scanpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2788 |
![]() |
naming | MemberName | Name 'jj_lastpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2788 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2789 |
![]() |
naming | MemberName | Name 'jj_la' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2789 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2790 |
![]() |
design | VisibilityModifier | Variable 'lookingAhead' must be private and have accessor methods. | 2790 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2791 |
![]() |
naming | MemberName | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2791 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2792 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2792 |
![]() |
naming | MemberName | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2792 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2793 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2793 |
![]() |
naming | MemberName | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2793 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2794 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2794 |
![]() |
naming | MemberName | Name 'jj_la1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2794 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2795 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2795 |
![]() |
naming | MemberName | Name 'jj_la1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2795 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2796 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2796 |
![]() |
naming | MemberName | Name 'jj_2_rtns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2796 |
![]() |
coding | MagicNumber | '95' is a magic number. | 2796 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2797 |
![]() |
naming | MemberName | Name 'jj_rescan' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2797 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2798 |
![]() |
naming | MemberName | Name 'jj_gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2798 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2800 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2800 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2804 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2806 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2810 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2810 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2810 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2810 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2814 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2816 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2820 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 2820 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2824 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2826 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2830 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2830 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2830 |
![]() |
misc | FinalParameters | Parameter tm should be final. | 2830 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2834 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2836 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2840 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2840 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2840 |
![]() |
naming | MethodName | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2840 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 2840 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2842 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2842 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2844 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2845 |
![]() |
coding | MagicNumber | '100' is a magic number. | 2848 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2853 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2866 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2866 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2866 |
![]() |
naming | MethodName | Name 'jj_scan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2866 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 2866 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2870 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2870 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2872 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2884 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2890 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2890 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2891 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2893 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2894 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2899 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2899 |
![]() |
misc | FinalParameters | Parameter index should be final. | 2899 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 2900 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2902 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2904 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2905 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2910 |
![]() |
naming | MemberName | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2910 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2911 |
![]() |
naming | MemberName | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2911 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2912 |
![]() |
naming | MemberName | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2912 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2913 |
![]() |
naming | MemberName | Name 'jj_lasttokens' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2913 |
![]() |
coding | MagicNumber | '100' is a magic number. | 2913 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2914 |
![]() |
naming | MemberName | Name 'jj_endpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2914 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2916 |
![]() |
naming | MethodName | Name 'jj_add_error_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2916 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 2916 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 2916 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2917 |
![]() |
coding | MagicNumber | '100' is a magic number. | 2917 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 2927 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2938 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2942 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2944 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2945 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2949 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2949 |
![]() |
coding | MagicNumber | '77' is a magic number. | 2951 |
![]() |
coding | MagicNumber | '77' is a magic number. | 2952 |
![]() |
coding | MagicNumber | '32' is a magic number. | 2961 |
![]() |
coding | MagicNumber | '32' is a magic number. | 2966 |
![]() |
coding | MagicNumber | '64' is a magic number. | 2969 |
![]() |
coding | MagicNumber | '77' is a magic number. | 2974 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2991 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2991 |
![]() |
naming | MethodName | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2991 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2991 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2991 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2993 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2993 |
![]() |
naming | MethodName | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2993 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2993 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2993 |
![]() |
sizes | MethodLength | Method length is 301 lines (max allowed is 150). | 2995 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2995 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2995 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2995 |
![]() |
naming | MethodName | Name 'jj_rescan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2995 |
![]() |
coding | MagicNumber | '95' is a magic number. | 2997 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 3002 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 3003 |
![]() |
coding | MagicNumber | '3' is a magic number. | 3013 |
![]() |
coding | MagicNumber | '4' is a magic number. | 3016 |
![]() |
coding | MagicNumber | '5' is a magic number. | 3019 |
![]() |
coding | MagicNumber | '6' is a magic number. | 3022 |
![]() |
coding | MagicNumber | '7' is a magic number. | 3025 |
![]() |
coding | MagicNumber | '8' is a magic number. | 3028 |
![]() |
coding | MagicNumber | '9' is a magic number. | 3031 |
![]() |
coding | MagicNumber | '10' is a magic number. | 3034 |
![]() |
coding | MagicNumber | '11' is a magic number. | 3037 |
![]() |
coding | MagicNumber | '12' is a magic number. | 3040 |
![]() |
coding | MagicNumber | '13' is a magic number. | 3043 |
![]() |
coding | MagicNumber | '14' is a magic number. | 3046 |
![]() |
coding | MagicNumber | '15' is a magic number. | 3049 |
![]() |
coding | MagicNumber | '16' is a magic number. | 3052 |
![]() |
coding | MagicNumber | '17' is a magic number. | 3055 |
![]() |
coding | MagicNumber | '18' is a magic number. | 3058 |
![]() |
coding | MagicNumber | '19' is a magic number. | 3061 |
![]() |
coding | MagicNumber | '20' is a magic number. | 3064 |
![]() |
coding | MagicNumber | '21' is a magic number. | 3067 |
![]() |
coding | MagicNumber | '22' is a magic number. | 3070 |
![]() |
coding | MagicNumber | '23' is a magic number. | 3073 |
![]() |
coding | MagicNumber | '24' is a magic number. | 3076 |
![]() |
coding | MagicNumber | '25' is a magic number. | 3079 |
![]() |
coding | MagicNumber | '26' is a magic number. | 3082 |
![]() |
coding | MagicNumber | '27' is a magic number. | 3085 |
![]() |
coding | MagicNumber | '28' is a magic number. | 3088 |
![]() |
coding | MagicNumber | '29' is a magic number. | 3091 |
![]() |
coding | MagicNumber | '30' is a magic number. | 3094 |
![]() |
coding | MagicNumber | '31' is a magic number. | 3097 |
![]() |
coding | MagicNumber | '32' is a magic number. | 3100 |
![]() |
coding | MagicNumber | '33' is a magic number. | 3103 |
![]() |
coding | MagicNumber | '34' is a magic number. | 3106 |
![]() |
coding | MagicNumber | '35' is a magic number. | 3109 |
![]() |
coding | MagicNumber | '36' is a magic number. | 3112 |
![]() |
coding | MagicNumber | '37' is a magic number. | 3115 |
![]() |
coding | MagicNumber | '38' is a magic number. | 3118 |
![]() |
coding | MagicNumber | '39' is a magic number. | 3121 |
![]() |
coding | MagicNumber | '40' is a magic number. | 3124 |
![]() |
coding | MagicNumber | '41' is a magic number. | 3127 |
![]() |
coding | MagicNumber | '42' is a magic number. | 3130 |
![]() |
coding | MagicNumber | '43' is a magic number. | 3133 |
![]() |
coding | MagicNumber | '44' is a magic number. | 3136 |
![]() |
coding | MagicNumber | '45' is a magic number. | 3139 |
![]() |
coding | MagicNumber | '46' is a magic number. | 3142 |
![]() |
coding | MagicNumber | '47' is a magic number. | 3145 |
![]() |
coding | MagicNumber | '48' is a magic number. | 3148 |
![]() |
coding | MagicNumber | '49' is a magic number. | 3151 |
![]() |
coding | MagicNumber | '50' is a magic number. | 3154 |
![]() |
coding | MagicNumber | '51' is a magic number. | 3157 |
![]() |
coding | MagicNumber | '52' is a magic number. | 3160 |
![]() |
coding | MagicNumber | '53' is a magic number. | 3163 |
![]() |
coding | MagicNumber | '54' is a magic number. | 3166 |
![]() |
coding | MagicNumber | '55' is a magic number. | 3169 |
![]() |
coding | MagicNumber | '56' is a magic number. | 3172 |
![]() |
coding | MagicNumber | '57' is a magic number. | 3175 |
![]() |
coding | MagicNumber | '58' is a magic number. | 3178 |
![]() |
coding | MagicNumber | '59' is a magic number. | 3181 |
![]() |
coding | MagicNumber | '60' is a magic number. | 3184 |
![]() |
coding | MagicNumber | '61' is a magic number. | 3187 |
![]() |
coding | MagicNumber | '62' is a magic number. | 3190 |
![]() |
coding | MagicNumber | '63' is a magic number. | 3193 |
![]() |
coding | MagicNumber | '64' is a magic number. | 3196 |
![]() |
coding | MagicNumber | '65' is a magic number. | 3199 |
![]() |
coding | MagicNumber | '66' is a magic number. | 3202 |
![]() |
coding | MagicNumber | '67' is a magic number. | 3205 |
![]() |
coding | MagicNumber | '68' is a magic number. | 3208 |
![]() |
coding | MagicNumber | '69' is a magic number. | 3211 |
![]() |
coding | MagicNumber | '70' is a magic number. | 3214 |
![]() |
coding | MagicNumber | '71' is a magic number. | 3217 |
![]() |
coding | MagicNumber | '72' is a magic number. | 3220 |
![]() |
coding | MagicNumber | '73' is a magic number. | 3223 |
![]() |
coding | MagicNumber | '74' is a magic number. | 3226 |
![]() |
coding | MagicNumber | '75' is a magic number. | 3229 |
![]() |
coding | MagicNumber | '76' is a magic number. | 3232 |
![]() |
coding | MagicNumber | '77' is a magic number. | 3235 |
![]() |
coding | MagicNumber | '78' is a magic number. | 3238 |
![]() |
coding | MagicNumber | '79' is a magic number. | 3241 |
![]() |
coding | MagicNumber | '80' is a magic number. | 3244 |
![]() |
coding | MagicNumber | '81' is a magic number. | 3247 |
![]() |
coding | MagicNumber | '82' is a magic number. | 3250 |
![]() |
coding | MagicNumber | '83' is a magic number. | 3253 |
![]() |
coding | MagicNumber | '84' is a magic number. | 3256 |
![]() |
coding | MagicNumber | '85' is a magic number. | 3259 |
![]() |
coding | MagicNumber | '86' is a magic number. | 3262 |
![]() |
coding | MagicNumber | '87' is a magic number. | 3265 |
![]() |
coding | MagicNumber | '88' is a magic number. | 3268 |
![]() |
coding | MagicNumber | '89' is a magic number. | 3271 |
![]() |
coding | MagicNumber | '90' is a magic number. | 3274 |
![]() |
coding | MagicNumber | '91' is a magic number. | 3277 |
![]() |
coding | MagicNumber | '92' is a magic number. | 3280 |
![]() |
coding | MagicNumber | '93' is a magic number. | 3283 |
![]() |
coding | MagicNumber | '94' is a magic number. | 3286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 3297 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 3297 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 3297 |
![]() |
naming | MethodName | Name 'jj_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3297 |
![]() |
misc | FinalParameters | Parameter index should be final. | 3297 |
![]() |
misc | FinalParameters | Parameter xla should be final. | 3297 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 3301 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3311 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3312 |
![]() |
design | VisibilityModifier | Variable 'gen' must be private and have accessor methods. | 3312 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3313 |
![]() |
design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 3313 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3314 |
![]() |
design | VisibilityModifier | Variable 'arg' must be private and have accessor methods. | 3314 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3315 |
![]() |
design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 3315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | ConstantName | Name 'GE_VAlUE_CHAR_DQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | ConstantName | Name 'GE_VAlUE_CHAR_SQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
naming | ConstantName | Name 'WithinComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | ConstantName | Name 'WithinAttrDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
naming | ConstantName | Name 'WithinAttrValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | ConstantName | Name 'WithinAttrValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
naming | ConstantName | Name 'WithinGEDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
naming | ConstantName | Name 'System_GE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
naming | ConstantName | Name 'Public_GE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
naming | ConstantName | Name 'WithinGEValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
naming | ConstantName | Name 'WithinGEValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
naming | ConstantName | Name 'WithinNotationDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
naming | ConstantName | Name 'System_NOT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
naming | ConstantName | Name 'Public_NOT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
naming | ConstantName | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 109 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,515 lines (max allowed is 2,000). | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 5 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 9 |
![]() |
misc | FinalParameters | Parameter state should be final. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 16 |
![]() |
misc | FinalParameters | Parameter start should be final. | 16 |
![]() |
misc | FinalParameters | Parameter end should be final. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 22 |
![]() |
misc | FinalParameters | Parameter state1 should be final. | 22 |
![]() |
misc | FinalParameters | Parameter state2 should be final. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 27 |
![]() |
naming | MethodName | Name 'jjMoveNfa_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 27 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 27 |
![]() |
coding | MagicNumber | '6' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 34 |
![]() |
coding | MagicNumber | '64' is a magic number. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
coding | MagicNumber | '39' is a magic number. | 41 |
![]() |
coding | MagicNumber | '4' is a magic number. | 42 |
![]() |
coding | MagicNumber | '5' is a magic number. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
coding | MagicNumber | '34' is a magic number. | 43 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
![]() |
coding | MagicNumber | '0xafffffbb00002400L' is a magic number. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
coding | MagicNumber | '34' is a magic number. | 51 |
![]() |
coding | MagicNumber | '76' is a magic number. | 51 |
![]() |
coding | MagicNumber | '76' is a magic number. | 52 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
coding | MagicNumber | '39' is a magic number. | 55 |
![]() |
coding | MagicNumber | '4' is a magic number. | 56 |
![]() |
coding | MagicNumber | '5' is a magic number. | 56 |
![]() |
coding | MagicNumber | '4' is a magic number. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
![]() |
coding | MagicNumber | '0xafffff3f00002400L' is a magic number. | 59 |
![]() |
coding | MagicNumber | '4' is a magic number. | 60 |
![]() |
coding | MagicNumber | '5' is a magic number. | 60 |
![]() |
coding | MagicNumber | '5' is a magic number. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
coding | MagicNumber | '39' is a magic number. | 63 |
![]() |
coding | MagicNumber | '76' is a magic number. | 63 |
![]() |
coding | MagicNumber | '76' is a magic number. | 64 |
![]() |
coding | MagicNumber | '128' is a magic number. | 70 |
![]() |
coding | MagicNumber | '077' is a magic number. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 75 |
![]() |
coding | MagicNumber | '4' is a magic number. | 78 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 79 |
![]() |
coding | MagicNumber | '3' is a magic number. | 80 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 94 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 100 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 100 |
![]() |
coding | MagicNumber | '6' is a magic number. | 100 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 110 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 110 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 116 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
coding | MagicNumber | '39' is a magic number. | 118 |
![]() |
coding | MagicNumber | '67' is a magic number. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
naming | ConstantName | Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
![]() |
naming | MethodName | Name 'jjMoveNfa_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 127 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 127 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 134 |
![]() |
coding | MagicNumber | '64' is a magic number. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 141 |
![]() |
coding | MagicNumber | '66' is a magic number. | 142 |
![]() |
coding | MagicNumber | '128' is a magic number. | 148 |
![]() |
coding | MagicNumber | '66' is a magic number. | 152 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 159 |
![]() |
coding | MagicNumber | '6' is a magic number. | 159 |
![]() |
coding | MagicNumber | '077' is a magic number. | 160 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
![]() |
coding | MagicNumber | '66' is a magic number. | 164 |
![]() |
coding | MagicNumber | '66' is a magic number. | 165 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 172 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 175 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 178 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 178 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 188 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
![]() |
coding | MagicNumber | '39' is a magic number. | 190 |
![]() |
coding | MagicNumber | '51' is a magic number. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 197 |
![]() |
naming | MethodName | Name 'jjMoveNfa_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 197 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 197 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 204 |
![]() |
coding | MagicNumber | '64' is a magic number. | 206 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
![]() |
coding | MagicNumber | '0xefffff7fffffffffL' is a magic number. | 211 |
![]() |
coding | MagicNumber | '50' is a magic number. | 212 |
![]() |
coding | MagicNumber | '128' is a magic number. | 218 |
![]() |
coding | MagicNumber | '50' is a magic number. | 222 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 229 |
![]() |
coding | MagicNumber | '6' is a magic number. | 229 |
![]() |
coding | MagicNumber | '077' is a magic number. | 230 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
![]() |
coding | MagicNumber | '50' is a magic number. | 234 |
![]() |
coding | MagicNumber | '50' is a magic number. | 235 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 242 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 245 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 248 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 248 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 258 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
![]() |
coding | MagicNumber | '62' is a magic number. | 260 |
![]() |
coding | MagicNumber | '74' is a magic number. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 267 |
![]() |
naming | MethodName | Name 'jjMoveNfa_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 267 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 267 |
![]() |
coding | MagicNumber | '7' is a magic number. | 269 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 272 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 274 |
![]() |
coding | MagicNumber | '64' is a magic number. | 276 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
![]() |
coding | MagicNumber | '73' is a magic number. | 282 |
![]() |
coding | MagicNumber | '73' is a magic number. | 283 |
![]() |
coding | MagicNumber | '6' is a magic number. | 284 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
![]() |
coding | MagicNumber | '39' is a magic number. | 285 |
![]() |
coding | MagicNumber | '4' is a magic number. | 286 |
![]() |
coding | MagicNumber | '5' is a magic number. | 286 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
coding | MagicNumber | '34' is a magic number. | 287 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
![]() |
coding | MagicNumber | '0xfffffffbffffffffL' is a magic number. | 291 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
coding | MagicNumber | '34' is a magic number. | 295 |
![]() |
coding | MagicNumber | '72' is a magic number. | 295 |
![]() |
coding | MagicNumber | '72' is a magic number. | 296 |
![]() |
coding | MagicNumber | '3' is a magic number. | 298 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
![]() |
coding | MagicNumber | '39' is a magic number. | 299 |
![]() |
coding | MagicNumber | '4' is a magic number. | 300 |
![]() |
coding | MagicNumber | '5' is a magic number. | 300 |
![]() |
coding | MagicNumber | '4' is a magic number. | 302 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
![]() |
coding | MagicNumber | '0xffffff7fffffffffL' is a magic number. | 303 |
![]() |
coding | MagicNumber | '4' is a magic number. | 304 |
![]() |
coding | MagicNumber | '5' is a magic number. | 304 |
![]() |
coding | MagicNumber | '5' is a magic number. | 306 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
![]() |
coding | MagicNumber | '39' is a magic number. | 307 |
![]() |
coding | MagicNumber | '72' is a magic number. | 307 |
![]() |
coding | MagicNumber | '72' is a magic number. | 308 |
![]() |
coding | MagicNumber | '6' is a magic number. | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 311 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
![]() |
coding | MagicNumber | '73' is a magic number. | 313 |
![]() |
coding | MagicNumber | '73' is a magic number. | 314 |
![]() |
coding | MagicNumber | '6' is a magic number. | 315 |
![]() |
coding | MagicNumber | '128' is a magic number. | 321 |
![]() |
coding | MagicNumber | '4' is a magic number. | 327 |
![]() |
coding | MagicNumber | '3' is a magic number. | 328 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 335 |
![]() |
coding | MagicNumber | '6' is a magic number. | 335 |
![]() |
coding | MagicNumber | '077' is a magic number. | 336 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
![]() |
coding | MagicNumber | '4' is a magic number. | 343 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
![]() |
coding | MagicNumber | '3' is a magic number. | 345 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 352 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 355 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 358 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 358 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 358 |
![]() |
coding | MagicNumber | '7' is a magic number. | 358 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 368 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 |
![]() |
coding | MagicNumber | '34' is a magic number. | 370 |
![]() |
coding | MagicNumber | '65' is a magic number. | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 377 |
![]() |
naming | MethodName | Name 'jjMoveNfa_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 377 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 377 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 382 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 384 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 384 |
![]() |
coding | MagicNumber | '64' is a magic number. | 386 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 391 |
![]() |
coding | MagicNumber | '64' is a magic number. | 392 |
![]() |
coding | MagicNumber | '128' is a magic number. | 398 |
![]() |
coding | MagicNumber | '64' is a magic number. | 402 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 409 |
![]() |
coding | MagicNumber | '6' is a magic number. | 409 |
![]() |
coding | MagicNumber | '077' is a magic number. | 410 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 414 |
![]() |
coding | MagicNumber | '64' is a magic number. | 414 |
![]() |
coding | MagicNumber | '64' is a magic number. | 415 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 422 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 425 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 428 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 428 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 428 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 438 |
![]() |
naming | MethodName | Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 438 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 438 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 438 |
![]() |
coding | MagicNumber | '0xc000L' is a magic number. | 441 |
![]() |
coding | MagicNumber | '23' is a magic number. | 442 |
![]() |
coding | MagicNumber | '0xc000L' is a magic number. | 447 |
![]() |
coding | MagicNumber | '23' is a magic number. | 448 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 454 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 456 |
![]() |
coding | MagicNumber | '23' is a magic number. | 457 |
![]() |
coding | MagicNumber | '3' is a magic number. | 462 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 463 |
![]() |
coding | MagicNumber | '23' is a magic number. | 464 |
![]() |
coding | MagicNumber | '3' is a magic number. | 465 |
![]() |
coding | MagicNumber | '4' is a magic number. | 469 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 470 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 478 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 478 |
![]() |
naming | MethodName | Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 478 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 478 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 482 |
![]() |
naming | MethodName | Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 482 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 482 |
![]() |
misc | FinalParameters | Parameter state should be final. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 493 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 |
![]() |
coding | MagicNumber | '35' is a magic number. | 495 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 496 |
![]() |
coding | MagicNumber | '40' is a magic number. | 497 |
![]() |
coding | MagicNumber | '7' is a magic number. | 498 |
![]() |
coding | MagicNumber | '41' is a magic number. | 499 |
![]() |
coding | MagicNumber | '8' is a magic number. | 500 |
![]() |
coding | MagicNumber | '42' is a magic number. | 501 |
![]() |
coding | MagicNumber | '11' is a magic number. | 502 |
![]() |
coding | MagicNumber | '43' is a magic number. | 503 |
![]() |
coding | MagicNumber | '13' is a magic number. | 504 |
![]() |
coding | MagicNumber | '44' is a magic number. | 505 |
![]() |
coding | MagicNumber | '10' is a magic number. | 506 |
![]() |
coding | MagicNumber | '60' is a magic number. | 507 |
![]() |
coding | MagicNumber | '0x790000L' is a magic number. | 508 |
![]() |
coding | MagicNumber | '62' is a magic number. | 509 |
![]() |
coding | MagicNumber | '17' is a magic number. | 510 |
![]() |
coding | MagicNumber | '63' is a magic number. | 511 |
![]() |
coding | MagicNumber | '12' is a magic number. | 512 |
![]() |
coding | MagicNumber | '65' is a magic number. | 513 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 514 |
![]() |
coding | MagicNumber | '69' is a magic number. | 515 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 516 |
![]() |
coding | MagicNumber | '124' is a magic number. | 517 |
![]() |
coding | MagicNumber | '9' is a magic number. | 518 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 524 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 524 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 524 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 524 |
![]() |
coding | MagicNumber | '33' is a magic number. | 532 |
![]() |
coding | MagicNumber | '0x790000L' is a magic number. | 533 |
![]() |
coding | MagicNumber | '77' is a magic number. | 534 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 535 |
![]() |
coding | MagicNumber | '78' is a magic number. | 536 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 537 |
![]() |
coding | MagicNumber | '80' is a magic number. | 538 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 539 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 546 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 546 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 546 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 546 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 547 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 547 |
![]() |
coding | MagicNumber | '45' is a magic number. | 556 |
![]() |
coding | MagicNumber | '0x100000L' is a magic number. | 557 |
![]() |
coding | MagicNumber | '65' is a magic number. | 558 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 559 |
![]() |
coding | MagicNumber | '67' is a magic number. | 560 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 561 |
![]() |
coding | MagicNumber | '69' is a magic number. | 562 |
![]() |
coding | MagicNumber | '0x210000L' is a magic number. | 563 |
![]() |
coding | MagicNumber | '78' is a magic number. | 564 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 565 |
![]() |
coding | MagicNumber | '80' is a magic number. | 566 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 567 |
![]() |
coding | MagicNumber | '89' is a magic number. | 568 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
![]() |
coding | MagicNumber | '0x4000L' is a magic number. | 569 |
![]() |
coding | MagicNumber | '14' is a magic number. | 570 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 578 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 578 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 578 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 578 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 578 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 579 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 579 |
![]() |
coding | MagicNumber | '3' is a magic number. | 585 |
![]() |
coding | MagicNumber | '45' is a magic number. | 588 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 589 |
![]() |
coding | MagicNumber | '0x100000L' is a magic number. | 589 |
![]() |
coding | MagicNumber | '3' is a magic number. | 590 |
![]() |
coding | MagicNumber | '20' is a magic number. | 590 |
![]() |
coding | MagicNumber | '68' is a magic number. | 592 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 593 |
![]() |
coding | MagicNumber | '76' is a magic number. | 594 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 595 |
![]() |
coding | MagicNumber | '78' is a magic number. | 596 |
![]() |
coding | MagicNumber | '0x200000L' is a magic number. | 597 |
![]() |
coding | MagicNumber | '79' is a magic number. | 598 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 599 |
![]() |
coding | MagicNumber | '84' is a magic number. | 600 |
![]() |
coding | MagicNumber | '0x88000L' is a magic number. | 601 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 608 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 608 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa4_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 608 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 608 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 609 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 609 |
![]() |
coding | MagicNumber | '3' is a magic number. | 614 |
![]() |
coding | MagicNumber | '4' is a magic number. | 615 |
![]() |
coding | MagicNumber | '65' is a magic number. | 618 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 619 |
![]() |
coding | MagicNumber | '69' is a magic number. | 620 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 621 |
![]() |
coding | MagicNumber | '84' is a magic number. | 622 |
![]() |
coding | MagicNumber | '0x680000L' is a magic number. | 623 |
![]() |
coding | MagicNumber | '89' is a magic number. | 624 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 625 |
![]() |
coding | MagicNumber | '0x8000L' is a magic number. | 625 |
![]() |
coding | MagicNumber | '4' is a magic number. | 626 |
![]() |
coding | MagicNumber | '15' is a magic number. | 626 |
![]() |
coding | MagicNumber | '3' is a magic number. | 631 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 634 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 634 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa5_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 634 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 634 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 634 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 635 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 635 |
![]() |
coding | MagicNumber | '3' is a magic number. | 636 |
![]() |
coding | MagicNumber | '4' is a magic number. | 640 |
![]() |
coding | MagicNumber | '5' is a magic number. | 641 |
![]() |
coding | MagicNumber | '65' is a magic number. | 644 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 645 |
![]() |
coding | MagicNumber | '73' is a magic number. | 646 |
![]() |
coding | MagicNumber | '0x200000L' is a magic number. | 647 |
![]() |
coding | MagicNumber | '76' is a magic number. | 648 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 649 |
![]() |
coding | MagicNumber | '77' is a magic number. | 650 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 651 |
![]() |
coding | MagicNumber | '84' is a magic number. | 652 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 653 |
![]() |
coding | MagicNumber | '4' is a magic number. | 657 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 660 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 660 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa6_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 660 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 660 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 661 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 661 |
![]() |
coding | MagicNumber | '4' is a magic number. | 662 |
![]() |
coding | MagicNumber | '5' is a magic number. | 666 |
![]() |
coding | MagicNumber | '6' is a magic number. | 667 |
![]() |
coding | MagicNumber | '65' is a magic number. | 670 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 671 |
![]() |
coding | MagicNumber | '0x40000L' is a magic number. | 671 |
![]() |
coding | MagicNumber | '6' is a magic number. | 672 |
![]() |
coding | MagicNumber | '18' is a magic number. | 672 |
![]() |
coding | MagicNumber | '69' is a magic number. | 674 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 675 |
![]() |
coding | MagicNumber | '73' is a magic number. | 676 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 677 |
![]() |
coding | MagicNumber | '84' is a magic number. | 678 |
![]() |
coding | MagicNumber | '0x600000L' is a magic number. | 679 |
![]() |
coding | MagicNumber | '5' is a magic number. | 683 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 686 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa7_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 686 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 686 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 686 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 687 |
![]() |
coding | MagicNumber | '5' is a magic number. | 688 |
![]() |
coding | MagicNumber | '6' is a magic number. | 692 |
![]() |
coding | MagicNumber | '7' is a magic number. | 693 |
![]() |
coding | MagicNumber | '73' is a magic number. | 696 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 697 |
![]() |
coding | MagicNumber | '78' is a magic number. | 698 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 699 |
![]() |
coding | MagicNumber | '83' is a magic number. | 700 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 701 |
![]() |
coding | MagicNumber | '89' is a magic number. | 702 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 703 |
![]() |
coding | MagicNumber | '0x200000L' is a magic number. | 703 |
![]() |
coding | MagicNumber | '7' is a magic number. | 704 |
![]() |
coding | MagicNumber | '21' is a magic number. | 704 |
![]() |
coding | MagicNumber | '6' is a magic number. | 709 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 712 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 712 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa8_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 712 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 712 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 712 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 713 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 713 |
![]() |
coding | MagicNumber | '6' is a magic number. | 714 |
![]() |
coding | MagicNumber | '7' is a magic number. | 718 |
![]() |
coding | MagicNumber | '8' is a magic number. | 719 |
![]() |
coding | MagicNumber | '79' is a magic number. | 722 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 723 |
![]() |
coding | MagicNumber | '84' is a magic number. | 724 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 725 |
![]() |
coding | MagicNumber | '0x10000L' is a magic number. | 725 |
![]() |
coding | MagicNumber | '8' is a magic number. | 726 |
![]() |
coding | MagicNumber | '16' is a magic number. | 726 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 727 |
![]() |
coding | MagicNumber | '0x80000L' is a magic number. | 727 |
![]() |
coding | MagicNumber | '8' is a magic number. | 728 |
![]() |
coding | MagicNumber | '19' is a magic number. | 728 |
![]() |
coding | MagicNumber | '7' is a magic number. | 733 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 736 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 736 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa9_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 736 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 736 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 737 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 737 |
![]() |
coding | MagicNumber | '7' is a magic number. | 738 |
![]() |
coding | MagicNumber | '8' is a magic number. | 742 |
![]() |
coding | MagicNumber | '9' is a magic number. | 743 |
![]() |
coding | MagicNumber | '78' is a magic number. | 746 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 747 |
![]() |
coding | MagicNumber | '0x400000L' is a magic number. | 747 |
![]() |
coding | MagicNumber | '9' is a magic number. | 748 |
![]() |
coding | MagicNumber | '22' is a magic number. | 748 |
![]() |
coding | MagicNumber | '8' is a magic number. | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 756 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 756 |
![]() |
naming | ConstantName | Name 'jjbitVec1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 756 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 757 |
![]() |
naming | ConstantName | Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 757 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 758 |
![]() |
naming | ConstantName | Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 759 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 760 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 760 |
![]() |
naming | ConstantName | Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 760 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 761 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 761 |
![]() |
naming | ConstantName | Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 761 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 762 |
![]() |
naming | ConstantName | Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 762 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 763 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 764 |
![]() |
naming | ConstantName | Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 764 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 766 |
![]() |
naming | ConstantName | Name 'jjbitVec9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 766 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 767 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 768 |
![]() |
naming | ConstantName | Name 'jjbitVec10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 768 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 770 |
![]() |
naming | ConstantName | Name 'jjbitVec11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 770 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 771 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 772 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 772 |
![]() |
naming | ConstantName | Name 'jjbitVec12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 772 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 773 |
![]() |
naming | ConstantName | Name 'jjbitVec13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 773 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 775 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 775 |
![]() |
naming | ConstantName | Name 'jjbitVec14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 775 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 776 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 776 |
![]() |
naming | ConstantName | Name 'jjbitVec15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 776 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 777 |
![]() |
naming | ConstantName | Name 'jjbitVec16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 777 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 778 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 778 |
![]() |
naming | ConstantName | Name 'jjbitVec17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 778 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 779 |
![]() |
naming | ConstantName | Name 'jjbitVec18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 779 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 780 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 781 |
![]() |
naming | ConstantName | Name 'jjbitVec19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 782 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 783 |
![]() |
naming | ConstantName | Name 'jjbitVec20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 783 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 784 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 785 |
![]() |
naming | ConstantName | Name 'jjbitVec21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 785 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 786 |
![]() |
naming | ConstantName | Name 'jjbitVec22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 787 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 788 |
![]() |
naming | ConstantName | Name 'jjbitVec23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 788 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 789 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 789 |
![]() |
naming | ConstantName | Name 'jjbitVec24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 789 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 790 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 790 |
![]() |
naming | ConstantName | Name 'jjbitVec25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 790 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 791 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 791 |
![]() |
naming | ConstantName | Name 'jjbitVec26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 791 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 792 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 792 |
![]() |
naming | ConstantName | Name 'jjbitVec27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 792 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 793 |
![]() |
naming | ConstantName | Name 'jjbitVec28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 794 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 795 |
![]() |
naming | ConstantName | Name 'jjbitVec29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 795 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 796 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 797 |
![]() |
naming | ConstantName | Name 'jjbitVec30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 797 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 798 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 799 |
![]() |
naming | ConstantName | Name 'jjbitVec31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 800 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 801 |
![]() |
naming | ConstantName | Name 'jjbitVec32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 801 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 802 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 803 |
![]() |
naming | ConstantName | Name 'jjbitVec33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 803 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 804 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 805 |
![]() |
naming | ConstantName | Name 'jjbitVec34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 805 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 806 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 807 |
![]() |
naming | ConstantName | Name 'jjbitVec35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 807 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 808 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 809 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 809 |
![]() |
naming | ConstantName | Name 'jjbitVec36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 809 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 810 |
![]() |
naming | ConstantName | Name 'jjbitVec37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 810 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 812 |
![]() |
naming | ConstantName | Name 'jjbitVec38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 812 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 814 |
![]() |
naming | ConstantName | Name 'jjbitVec39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 814 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 815 |
![]() |
naming | ConstantName | Name 'jjbitVec40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 815 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 816 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 818 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 818 |
![]() |
naming | MethodName | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 818 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 818 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 818 |
![]() |
coding | MagicNumber | '3' is a magic number. | 820 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 823 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 825 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 825 |
![]() |
coding | MagicNumber | '64' is a magic number. | 827 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 832 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 833 |
![]() |
coding | MagicNumber | '6' is a magic number. | 833 |
![]() |
coding | MagicNumber | '6' is a magic number. | 834 |
![]() |
coding | MagicNumber | '58' is a magic number. | 836 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 837 |
![]() |
coding | MagicNumber | '23' is a magic number. | 837 |
![]() |
coding | MagicNumber | '23' is a magic number. | 838 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 843 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 843 |
![]() |
coding | MagicNumber | '6' is a magic number. | 845 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 849 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 849 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 851 |
![]() |
coding | MagicNumber | '23' is a magic number. | 851 |
![]() |
coding | MagicNumber | '23' is a magic number. | 852 |
![]() |
coding | MagicNumber | '128' is a magic number. | 859 |
![]() |
coding | MagicNumber | '077' is a magic number. | 860 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 865 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 865 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 867 |
![]() |
coding | MagicNumber | '23' is a magic number. | 867 |
![]() |
coding | MagicNumber | '23' is a magic number. | 868 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 876 |
![]() |
coding | MagicNumber | '6' is a magic number. | 876 |
![]() |
coding | MagicNumber | '077' is a magic number. | 877 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 881 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 883 |
![]() |
coding | MagicNumber | '23' is a magic number. | 883 |
![]() |
coding | MagicNumber | '23' is a magic number. | 884 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 888 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 890 |
![]() |
coding | MagicNumber | '23' is a magic number. | 890 |
![]() |
coding | MagicNumber | '23' is a magic number. | 891 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 899 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 902 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 905 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 905 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 905 |
![]() |
coding | MagicNumber | '3' is a magic number. | 905 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 905 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 915 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 915 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 |
![]() |
coding | MagicNumber | '34' is a magic number. | 917 |
![]() |
coding | MagicNumber | '49' is a magic number. | 918 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 924 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 924 |
![]() |
naming | MethodName | Name 'jjMoveNfa_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 924 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 924 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 924 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 929 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 931 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 931 |
![]() |
coding | MagicNumber | '64' is a magic number. | 933 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 938 |
![]() |
coding | MagicNumber | '0xeffffffbffffffffL' is a magic number. | 938 |
![]() |
coding | MagicNumber | '48' is a magic number. | 939 |
![]() |
coding | MagicNumber | '128' is a magic number. | 945 |
![]() |
coding | MagicNumber | '48' is a magic number. | 949 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 956 |
![]() |
coding | MagicNumber | '6' is a magic number. | 956 |
![]() |
coding | MagicNumber | '077' is a magic number. | 957 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 961 |
![]() |
coding | MagicNumber | '48' is a magic number. | 961 |
![]() |
coding | MagicNumber | '48' is a magic number. | 962 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 969 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 972 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 975 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 975 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 975 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 975 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 985 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 985 |
![]() |
naming | MethodName | Name 'jjStopStringLiteralDfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 985 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 985 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 992 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 992 |
![]() |
naming | MethodName | Name 'jjStartNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 992 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 992 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 992 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 996 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 996 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 996 |
![]() |
coding | MagicNumber | '45' is a magic number. | 998 |
![]() |
coding | MagicNumber | '25' is a magic number. | 999 |
![]() |
coding | MagicNumber | '0x4000000L' is a magic number. | 1000 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1006 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1006 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1006 |
![]() |
coding | MagicNumber | '45' is a magic number. | 1014 |
![]() |
coding | MagicNumber | '0x4000000L' is a magic number. | 1015 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1022 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1022 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1022 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1022 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1023 |
![]() |
coding | MagicNumber | '62' is a magic number. | 1032 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1033 |
![]() |
coding | MagicNumber | '0x4000000L' is a magic number. | 1033 |
![]() |
coding | MagicNumber | '26' is a magic number. | 1034 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1042 |
![]() |
naming | ConstantName | Name 'jjbitVec41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1042 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1043 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1044 |
![]() |
naming | ConstantName | Name 'jjbitVec42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1044 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1045 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1047 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1047 |
![]() |
naming | MethodName | Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1047 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 1047 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 1047 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1052 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1054 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1054 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1056 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1061 |
![]() |
coding | MagicNumber | '0xffffdfff00002600L' is a magic number. | 1061 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1062 |
![]() |
coding | MagicNumber | '128' is a magic number. | 1068 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1072 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 1079 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1079 |
![]() |
coding | MagicNumber | '077' is a magic number. | 1080 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1084 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1084 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1085 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1092 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1095 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1098 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1098 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1098 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1098 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1108 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1108 |
![]() |
naming | MethodName | Name 'jjStopStringLiteralDfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1108 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1108 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1108 |
![]() |
coding | MagicNumber | '0xff80000000L' is a magic number. | 1111 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1112 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1113 |
![]() |
coding | MagicNumber | '0xf880000000L' is a magic number. | 1117 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1119 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1122 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1124 |
![]() |
coding | MagicNumber | '0x700000000L' is a magic number. | 1124 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1125 |
![]() |
coding | MagicNumber | '0xfe80000000L' is a magic number. | 1128 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1129 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1131 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1134 |
![]() |
coding | MagicNumber | '0xfe80000000L' is a magic number. | 1135 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1136 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1137 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1138 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1141 |
![]() |
coding | MagicNumber | '0xf800000000L' is a magic number. | 1142 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1143 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1144 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1145 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1147 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1149 |
![]() |
coding | MagicNumber | '0x680000000L' is a magic number. | 1149 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1150 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1152 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1153 |
![]() |
coding | MagicNumber | '0xc00000000L' is a magic number. | 1153 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1154 |
![]() |
coding | MagicNumber | '0xf000000000L' is a magic number. | 1155 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1156 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1157 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1158 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1161 |
![]() |
coding | MagicNumber | '0x9000000000L' is a magic number. | 1162 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1163 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1164 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1165 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1167 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1169 |
![]() |
coding | MagicNumber | '0x6000000000L' is a magic number. | 1169 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1170 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1172 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1173 |
![]() |
coding | MagicNumber | '0xd000000000L' is a magic number. | 1173 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1181 |
![]() |
naming | MethodName | Name 'jjStartNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1181 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1181 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1185 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1185 |
![]() |
naming | MethodName | Name 'jjStartNfaWithStates_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1185 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1185 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 1185 |
![]() |
misc | FinalParameters | Parameter state should be final. | 1185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1196 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1196 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1196 |
![]() |
coding | MagicNumber | '34' is a magic number. | 1198 |
![]() |
coding | MagicNumber | '43' is a magic number. | 1199 |
![]() |
coding | MagicNumber | '35' is a magic number. | 1200 |
![]() |
coding | MagicNumber | '0x70000000000L' is a magic number. | 1201 |
![]() |
coding | MagicNumber | '39' is a magic number. | 1202 |
![]() |
coding | MagicNumber | '44' is a magic number. | 1203 |
![]() |
coding | MagicNumber | '40' is a magic number. | 1204 |
![]() |
coding | MagicNumber | '28' is a magic number. | 1205 |
![]() |
coding | MagicNumber | '41' is a magic number. | 1206 |
![]() |
coding | MagicNumber | '29' is a magic number. | 1207 |
![]() |
coding | MagicNumber | '62' is a magic number. | 1208 |
![]() |
coding | MagicNumber | '45' is a magic number. | 1209 |
![]() |
coding | MagicNumber | '67' is a magic number. | 1210 |
![]() |
coding | MagicNumber | '0x80000000L' is a magic number. | 1211 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1212 |
![]() |
coding | MagicNumber | '0x1800000000L' is a magic number. | 1213 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1214 |
![]() |
coding | MagicNumber | '0x700000000L' is a magic number. | 1215 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1216 |
![]() |
coding | MagicNumber | '0xe000000000L' is a magic number. | 1217 |
![]() |
coding | MagicNumber | '124' is a magic number. | 1218 |
![]() |
coding | MagicNumber | '30' is a magic number. | 1219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1225 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1225 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1225 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1225 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1233 |
![]() |
coding | MagicNumber | '0x100000000L' is a magic number. | 1234 |
![]() |
coding | MagicNumber | '32' is a magic number. | 1235 |
![]() |
coding | MagicNumber | '0x680000000L' is a magic number. | 1238 |
![]() |
coding | MagicNumber | '70' is a magic number. | 1239 |
![]() |
coding | MagicNumber | '0x40000000000L' is a magic number. | 1240 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1241 |
![]() |
coding | MagicNumber | '0x20000000000L' is a magic number. | 1242 |
![]() |
coding | MagicNumber | '77' is a magic number. | 1243 |
![]() |
coding | MagicNumber | '0x6000000000L' is a magic number. | 1244 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1245 |
![]() |
coding | MagicNumber | '0x1800000000L' is a magic number. | 1246 |
![]() |
coding | MagicNumber | '79' is a magic number. | 1247 |
![]() |
coding | MagicNumber | '0x8000000000L' is a magic number. | 1248 |
![]() |
coding | MagicNumber | '82' is a magic number. | 1249 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1257 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1257 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1257 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1257 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1257 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1258 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1258 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1267 |
![]() |
coding | MagicNumber | '0x80000000L' is a magic number. | 1268 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1269 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1270 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1271 |
![]() |
coding | MagicNumber | '0x40000000000L' is a magic number. | 1272 |
![]() |
coding | MagicNumber | '77' is a magic number. | 1273 |
![]() |
coding | MagicNumber | '0x20000000000L' is a magic number. | 1274 |
![]() |
coding | MagicNumber | '82' is a magic number. | 1275 |
![]() |
coding | MagicNumber | '0x600000000L' is a magic number. | 1276 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1277 |
![]() |
coding | MagicNumber | '0xf800000000L' is a magic number. | 1278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1285 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1285 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1285 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1285 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1286 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1286 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1292 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1295 |
![]() |
coding | MagicNumber | '0x8000000000L' is a magic number. | 1296 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1297 |
![]() |
coding | MagicNumber | '0x600000000L' is a magic number. | 1298 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1299 |
![]() |
coding | MagicNumber | '0x1800000000L' is a magic number. | 1300 |
![]() |
coding | MagicNumber | '79' is a magic number. | 1301 |
![]() |
coding | MagicNumber | '0x6000000000L' is a magic number. | 1302 |
![]() |
coding | MagicNumber | '80' is a magic number. | 1303 |
![]() |
coding | MagicNumber | '0x20000000000L' is a magic number. | 1304 |
![]() |
coding | MagicNumber | '81' is a magic number. | 1305 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1306 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1307 |
![]() |
coding | MagicNumber | '0x80000000L' is a magic number. | 1308 |
![]() |
coding | MagicNumber | '88' is a magic number. | 1309 |
![]() |
coding | MagicNumber | '0x40000000000L' is a magic number. | 1310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1317 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1317 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa4_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1317 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1317 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1317 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1318 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1318 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1323 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1324 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1327 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1328 |
![]() |
coding | MagicNumber | '0x80000000L' is a magic number. | 1328 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1329 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1329 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1329 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1331 |
![]() |
coding | MagicNumber | '0x40000000000L' is a magic number. | 1332 |
![]() |
coding | MagicNumber | '70' is a magic number. | 1333 |
![]() |
coding | MagicNumber | '0x200000000L' is a magic number. | 1334 |
![]() |
coding | MagicNumber | '33' is a magic number. | 1335 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1336 |
![]() |
coding | MagicNumber | '0x400000000L' is a magic number. | 1338 |
![]() |
coding | MagicNumber | '75' is a magic number. | 1339 |
![]() |
coding | MagicNumber | '0x6000000000L' is a magic number. | 1340 |
![]() |
coding | MagicNumber | '76' is a magic number. | 1341 |
![]() |
coding | MagicNumber | '0x20000000000L' is a magic number. | 1342 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1343 |
![]() |
coding | MagicNumber | '0x9800000000L' is a magic number. | 1344 |
![]() |
coding | MagicNumber | '85' is a magic number. | 1345 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1346 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1353 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1353 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa5_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1353 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1353 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1353 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1354 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1354 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1355 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1359 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1360 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1363 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1364 |
![]() |
coding | MagicNumber | '0x40000000000L' is a magic number. | 1364 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1365 |
![]() |
coding | MagicNumber | '42' is a magic number. | 1365 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1367 |
![]() |
coding | MagicNumber | '0x6000000000L' is a magic number. | 1368 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1369 |
![]() |
coding | MagicNumber | '0x39000000000L' is a magic number. | 1370 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1371 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1372 |
![]() |
coding | MagicNumber | '0x400000000L' is a magic number. | 1372 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1373 |
![]() |
coding | MagicNumber | '34' is a magic number. | 1373 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1373 |
![]() |
coding | MagicNumber | '89' is a magic number. | 1375 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1376 |
![]() |
coding | MagicNumber | '0x800000000L' is a magic number. | 1376 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1377 |
![]() |
coding | MagicNumber | '35' is a magic number. | 1377 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1377 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1385 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1385 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa6_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1385 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1385 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1385 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1386 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1386 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1387 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1391 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1392 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1395 |
![]() |
coding | MagicNumber | '0x21000000000L' is a magic number. | 1396 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1397 |
![]() |
coding | MagicNumber | '0x2000000000L' is a magic number. | 1398 |
![]() |
coding | MagicNumber | '37' is a magic number. | 1399 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1400 |
![]() |
coding | MagicNumber | '0x4000000000L' is a magic number. | 1402 |
![]() |
coding | MagicNumber | '79' is a magic number. | 1403 |
![]() |
coding | MagicNumber | '0x8000000000L' is a magic number. | 1404 |
![]() |
coding | MagicNumber | '82' is a magic number. | 1405 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1406 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1410 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1413 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1413 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa7_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1413 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1413 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1413 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1414 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1415 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1419 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1420 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1423 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1424 |
![]() |
coding | MagicNumber | '0x20000000000L' is a magic number. | 1424 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1425 |
![]() |
coding | MagicNumber | '41' is a magic number. | 1425 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1427 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1428 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1429 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1430 |
![]() |
coding | MagicNumber | '0x8000000000L' is a magic number. | 1430 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1431 |
![]() |
coding | MagicNumber | '39' is a magic number. | 1431 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1431 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1433 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1434 |
![]() |
coding | MagicNumber | '0x1000000000L' is a magic number. | 1434 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1435 |
![]() |
coding | MagicNumber | '36' is a magic number. | 1435 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1435 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1436 |
![]() |
coding | MagicNumber | '0x4000000000L' is a magic number. | 1436 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1437 |
![]() |
coding | MagicNumber | '38' is a magic number. | 1437 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1437 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1442 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1445 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa8_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1445 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1445 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1445 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1446 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1446 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1447 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1451 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1452 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1455 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1456 |
![]() |
coding | MagicNumber | '0x10000000000L' is a magic number. | 1456 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1457 |
![]() |
coding | MagicNumber | '40' is a magic number. | 1457 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1462 |
![]() |
sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 1465 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1465 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1465 |
![]() |
naming | MethodName | Name 'jjMoveNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1465 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 1465 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 1465 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1467 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1470 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1472 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1472 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1474 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1479 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1480 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1480 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1481 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1482 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1483 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1484 |
![]() |
coding | MagicNumber | '27' is a magic number. | 1484 |
![]() |
coding | MagicNumber | '27' is a magic number. | 1485 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1488 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1489 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1489 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1490 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1494 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1495 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1496 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1496 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1497 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1498 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1500 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1501 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1501 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1502 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1507 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1507 |
![]() |
coding | MagicNumber | '27' is a magic number. | 1509 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1513 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1513 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1515 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1515 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1516 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1519 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1520 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1520 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1522 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1522 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1523 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1524 |
![]() |
coding | MagicNumber | '128' is a magic number. | 1530 |
![]() |
coding | MagicNumber | '077' is a magic number. | 1531 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1535 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1536 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1536 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1537 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1538 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1540 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1541 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1541 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1542 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1546 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1547 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1548 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1548 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1549 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1550 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1552 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1553 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1553 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1554 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1559 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1559 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1561 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1561 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1562 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1565 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1566 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1566 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1568 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1568 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1569 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1570 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 1577 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1577 |
![]() |
coding | MagicNumber | '077' is a magic number. | 1578 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1583 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1583 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1584 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1588 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1588 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1589 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1590 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1593 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1595 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1595 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1596 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1600 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1600 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1601 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1602 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1606 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1608 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1608 |
![]() |
coding | MagicNumber | '46' is a magic number. | 1609 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1612 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1613 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1615 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1615 |
![]() |
coding | MagicNumber | '47' is a magic number. | 1616 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1617 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1624 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1627 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1630 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1630 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1630 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1630 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1630 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1640 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1640 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1640 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1641 |
![]() |
sizes | MethodLength | Method length is 173 lines (max allowed is 150). | 1644 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1644 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1644 |
![]() |
naming | MethodName | Name 'jjMoveNfa_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1644 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 1644 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 1644 |
![]() |
coding | MagicNumber | '17' is a magic number. | 1646 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1649 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1651 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1651 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1653 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1657 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1658 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1659 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1659 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1660 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1662 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1663 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1663 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1664 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1665 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1669 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1669 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1671 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1671 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1672 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1676 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1676 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1678 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1678 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1679 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1682 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1683 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1683 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1685 |
![]() |
coding | MagicNumber | '70' is a magic number. | 1685 |
![]() |
coding | MagicNumber | '70' is a magic number. | 1686 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1687 |
![]() |
coding | MagicNumber | '15' is a magic number. | 1689 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1690 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1690 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1692 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1692 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1693 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1694 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1696 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1697 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1697 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1699 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1699 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1700 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1701 |
![]() |
coding | MagicNumber | '128' is a magic number. | 1707 |
![]() |
coding | MagicNumber | '077' is a magic number. | 1708 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1711 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1712 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1713 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1713 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1714 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1715 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1717 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1717 |
![]() |
coding | MagicNumber | '13' is a magic number. | 1718 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1719 |
![]() |
coding | MagicNumber | '80' is a magic number. | 1719 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1720 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1723 |
![]() |
coding | MagicNumber | '67' is a magic number. | 1723 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1726 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1727 |
![]() |
coding | MagicNumber | '73' is a magic number. | 1727 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1730 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1731 |
![]() |
coding | MagicNumber | '76' is a magic number. | 1731 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1732 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1734 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 |
![]() |
coding | MagicNumber | '66' is a magic number. | 1735 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1736 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1738 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1739 |
![]() |
coding | MagicNumber | '85' is a magic number. | 1739 |
![]() |
coding | MagicNumber | '5' is a magic number. | 1740 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1742 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1743 |
![]() |
coding | MagicNumber | '77' is a magic number. | 1743 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1744 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1746 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 |
![]() |
coding | MagicNumber | '69' is a magic number. | 1747 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1748 |
![]() |
coding | MagicNumber | '11' is a magic number. | 1750 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1751 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1751 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1752 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1754 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1755 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1755 |
![]() |
coding | MagicNumber | '11' is a magic number. | 1756 |
![]() |
coding | MagicNumber | '13' is a magic number. | 1758 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1759 |
![]() |
coding | MagicNumber | '89' is a magic number. | 1759 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1760 |
![]() |
coding | MagicNumber | '14' is a magic number. | 1762 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1763 |
![]() |
coding | MagicNumber | '83' is a magic number. | 1763 |
![]() |
coding | MagicNumber | '13' is a magic number. | 1764 |
![]() |
coding | MagicNumber | '15' is a magic number. | 1766 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1767 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1768 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1768 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1770 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1770 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1771 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1772 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 1779 |
![]() |
coding | MagicNumber | '6' is a magic number. | 1779 |
![]() |
coding | MagicNumber | '077' is a magic number. | 1780 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1783 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1784 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1786 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1786 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1787 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1788 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1790 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1791 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1793 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1793 |
![]() |
coding | MagicNumber | '71' is a magic number. | 1794 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1795 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1802 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1805 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1808 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1808 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1808 |
![]() |
coding | MagicNumber | '17' is a magic number. | 1808 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1808 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1818 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1818 |
![]() |
naming | MethodName | Name 'jjStopStringLiteralDfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1818 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1818 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1818 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1821 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1822 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1823 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1827 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1828 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1830 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1834 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1835 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1837 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1840 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1841 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1842 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1843 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1844 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1852 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1852 |
![]() |
naming | MethodName | Name 'jjStartNfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1852 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1852 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1852 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1856 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1856 |
![]() |
naming | MethodName | Name 'jjStartNfaWithStates_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1856 |
![]() |
misc | FinalParameters | Parameter pos should be final. | 1856 |
![]() |
misc | FinalParameters | Parameter kind should be final. | 1856 |
![]() |
misc | FinalParameters | Parameter state should be final. | 1856 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1867 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1867 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1867 |
![]() |
coding | MagicNumber | '34' is a magic number. | 1869 |
![]() |
coding | MagicNumber | '54' is a magic number. | 1870 |
![]() |
coding | MagicNumber | '39' is a magic number. | 1871 |
![]() |
coding | MagicNumber | '55' is a magic number. | 1872 |
![]() |
coding | MagicNumber | '62' is a magic number. | 1873 |
![]() |
coding | MagicNumber | '53' is a magic number. | 1874 |
![]() |
coding | MagicNumber | '78' is a magic number. | 1875 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1876 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1878 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1882 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1882 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa1_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1882 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1882 |
![]() |
coding | MagicNumber | '68' is a magic number. | 1890 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1891 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1898 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1898 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1898 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1898 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1898 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1899 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1899 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1908 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1909 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1916 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1916 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1916 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1916 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1916 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1917 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1917 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1923 |
![]() |
coding | MagicNumber | '84' is a magic number. | 1926 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1927 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1934 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1934 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa4_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1934 |
![]() |
misc | FinalParameters | Parameter old0 should be final. | 1934 |
![]() |
misc | FinalParameters | Parameter active0 should be final. | 1934 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1935 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 1935 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1940 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1941 |
![]() |
coding | MagicNumber | '65' is a magic number. | 1944 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 |
![]() |
coding | MagicNumber | '0x400000000000000L' is a magic number. | 1945 |
![]() |
coding | MagicNumber | '4' is a magic number. | 1946 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1946 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1946 |
![]() |
coding | MagicNumber | '3' is a magic number. | 1951 |
![]() |
sizes | MethodLength | Method length is 173 lines (max allowed is 150). | 1954 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1954 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1954 |
![]() |
naming | MethodName | Name 'jjMoveNfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1954 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 1954 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 1954 |
![]() |
coding | MagicNumber | '17' is a magic number. | 1956 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1959 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1961 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 1961 |
![]() |
coding | MagicNumber | '64' is a magic number. | 1963 |
![]() |
coding | MagicNumber | '7' is a magic number. | 1967 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1968 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1969 |
![]() |
coding | MagicNumber | '52' is a magic number. | 1969 |
![]() |
coding | MagicNumber | '52' is a magic number. | 1970 |
![]() |
coding | MagicNumber | '58' is a magic number. | 1972 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1973 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1973 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1974 |
![]() |
coding | MagicNumber | '16' is a magic number. | 1975 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1979 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1979 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1981 |
![]() |
coding | MagicNumber | '52' is a magic number. | 1981 |
![]() |
coding | MagicNumber | '52' is a magic number. | 1982 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1986 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1986 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1988 |
![]() |
coding | MagicNumber | '56' is a magic number. | 1988 |
![]() |
coding | MagicNumber | '56' is a magic number. | 1989 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1992 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1993 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 1993 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1995 |
![]() |
coding | MagicNumber | '57' is a magic number. | 1995 |
![]() |
coding | MagicNumber | '57' is a magic number. | 1996 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1997 |
![]() |
coding | MagicNumber | '15' is a magic number. | 1999 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2000 |
![]() |
coding | MagicNumber | '58' is a magic number. | 2000 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2002 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2002 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2003 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2004 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2006 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2007 |
![]() |
coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 2007 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2009 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2009 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2010 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2011 |
![]() |
coding | MagicNumber | '128' is a magic number. | 2017 |
![]() |
coding | MagicNumber | '077' is a magic number. | 2018 |
![]() |
coding | MagicNumber | '7' is a magic number. | 2021 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 2022 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2023 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2023 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2024 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2025 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2027 |
![]() |
coding | MagicNumber | '83' is a magic number. | 2027 |
![]() |
coding | MagicNumber | '13' is a magic number. | 2028 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2029 |
![]() |
coding | MagicNumber | '80' is a magic number. | 2029 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2030 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2033 |
![]() |
coding | MagicNumber | '67' is a magic number. | 2033 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2036 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2037 |
![]() |
coding | MagicNumber | '73' is a magic number. | 2037 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2040 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2041 |
![]() |
coding | MagicNumber | '76' is a magic number. | 2041 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2042 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2044 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2045 |
![]() |
coding | MagicNumber | '66' is a magic number. | 2045 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2046 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2048 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2049 |
![]() |
coding | MagicNumber | '85' is a magic number. | 2049 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2050 |
![]() |
coding | MagicNumber | '8' is a magic number. | 2052 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2053 |
![]() |
coding | MagicNumber | '77' is a magic number. | 2053 |
![]() |
coding | MagicNumber | '9' is a magic number. | 2054 |
![]() |
coding | MagicNumber | '10' is a magic number. | 2056 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2057 |
![]() |
coding | MagicNumber | '69' is a magic number. | 2057 |
![]() |
coding | MagicNumber | '8' is a magic number. | 2058 |
![]() |
coding | MagicNumber | '11' is a magic number. | 2060 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2061 |
![]() |
coding | MagicNumber | '84' is a magic number. | 2061 |
![]() |
coding | MagicNumber | '10' is a magic number. | 2062 |
![]() |
coding | MagicNumber | '12' is a magic number. | 2064 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2065 |
![]() |
coding | MagicNumber | '83' is a magic number. | 2065 |
![]() |
coding | MagicNumber | '11' is a magic number. | 2066 |
![]() |
coding | MagicNumber | '13' is a magic number. | 2068 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2069 |
![]() |
coding | MagicNumber | '89' is a magic number. | 2069 |
![]() |
coding | MagicNumber | '12' is a magic number. | 2070 |
![]() |
coding | MagicNumber | '14' is a magic number. | 2072 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2073 |
![]() |
coding | MagicNumber | '83' is a magic number. | 2073 |
![]() |
coding | MagicNumber | '13' is a magic number. | 2074 |
![]() |
coding | MagicNumber | '15' is a magic number. | 2076 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2077 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2078 |
![]() |
coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 2078 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2080 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2080 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2081 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2082 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 2089 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2089 |
![]() |
coding | MagicNumber | '077' is a magic number. | 2090 |
![]() |
coding | MagicNumber | '7' is a magic number. | 2093 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2094 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2096 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2096 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2097 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2098 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2103 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2103 |
![]() |
coding | MagicNumber | '59' is a magic number. | 2104 |
![]() |
coding | MagicNumber | '16' is a magic number. | 2105 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2112 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2115 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2118 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2118 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2118 |
![]() |
coding | MagicNumber | '17' is a magic number. | 2118 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2128 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2128 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2132 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2132 |
![]() |
naming | MethodName | Name 'jjMoveNfa_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2132 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 2132 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 2132 |
![]() |
coding | MagicNumber | '7' is a magic number. | 2134 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2137 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2139 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2139 |
![]() |
coding | MagicNumber | '64' is a magic number. | 2141 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 2146 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2147 |
![]() |
coding | MagicNumber | '63' is a magic number. | 2147 |
![]() |
coding | MagicNumber | '63' is a magic number. | 2148 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2149 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2150 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2150 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2151 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2152 |
![]() |
coding | MagicNumber | '34' is a magic number. | 2152 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2156 |
![]() |
coding | MagicNumber | '0xafffffbb00002400L' is a magic number. | 2156 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2160 |
![]() |
coding | MagicNumber | '34' is a magic number. | 2160 |
![]() |
coding | MagicNumber | '62' is a magic number. | 2160 |
![]() |
coding | MagicNumber | '62' is a magic number. | 2161 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2163 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2164 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2164 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2165 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2165 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2167 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2168 |
![]() |
coding | MagicNumber | '0xafffff3f00002400L' is a magic number. | 2168 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2169 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2169 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2171 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2172 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2172 |
![]() |
coding | MagicNumber | '62' is a magic number. | 2172 |
![]() |
coding | MagicNumber | '62' is a magic number. | 2173 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2175 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2176 |
![]() |
coding | MagicNumber | '0x100002600L' is a magic number. | 2176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 |
![]() |
coding | MagicNumber | '63' is a magic number. | 2178 |
![]() |
coding | MagicNumber | '63' is a magic number. | 2179 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2180 |
![]() |
coding | MagicNumber | '128' is a magic number. | 2186 |
![]() |
coding | MagicNumber | '077' is a magic number. | 2187 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2191 |
![]() |
coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 2191 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2195 |
![]() |
coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 2195 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2196 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2210 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2213 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2216 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2216 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2216 |
![]() |
coding | MagicNumber | '7' is a magic number. | 2216 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2226 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2226 |
![]() |
naming | MethodName | Name 'jjMoveStringLiteralDfa0_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2230 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2230 |
![]() |
naming | MethodName | Name 'jjMoveNfa_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2230 |
![]() |
misc | FinalParameters | Parameter startState should be final. | 2230 |
![]() |
misc | FinalParameters | Parameter curPos should be final. | 2230 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2232 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2235 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2237 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2237 |
![]() |
coding | MagicNumber | '64' is a magic number. | 2239 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2244 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2244 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2245 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2245 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2246 |
![]() |
coding | MagicNumber | '34' is a magic number. | 2246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2250 |
![]() |
coding | MagicNumber | '0xfffffffbffffffffL' is a magic number. | 2250 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2254 |
![]() |
coding | MagicNumber | '34' is a magic number. | 2254 |
![]() |
coding | MagicNumber | '60' is a magic number. | 2254 |
![]() |
coding | MagicNumber | '60' is a magic number. | 2255 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2257 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2258 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2258 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2259 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2259 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2262 |
![]() |
coding | MagicNumber | '0xffffff7fffffffffL' is a magic number. | 2262 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2263 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2263 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2265 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2266 |
![]() |
coding | MagicNumber | '39' is a magic number. | 2266 |
![]() |
coding | MagicNumber | '60' is a magic number. | 2266 |
![]() |
coding | MagicNumber | '60' is a magic number. | 2267 |
![]() |
coding | MagicNumber | '128' is a magic number. | 2273 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2279 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2280 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 2287 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2287 |
![]() |
coding | MagicNumber | '077' is a magic number. | 2288 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2292 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2295 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2296 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2297 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2304 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2307 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2310 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2310 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2310 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2310 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2310 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2320 |
![]() |
naming | ConstantName | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2320 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2320 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2321 |
![]() |
naming | ConstantName | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 2324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 2329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 2330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2333 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2334 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2334 |
![]() |
naming | ConstantName | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 2335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2336 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2337 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2337 |
![]() |
naming | ConstantName | Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2339 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2341 |
![]() |
naming | MemberName | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2341 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2342 |
![]() |
coding | MagicNumber | '17' is a magic number. | 2342 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2343 |
![]() |
coding | MagicNumber | '34' is a magic number. | 2343 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2344 |
![]() |
design | VisibilityModifier | Variable 'curChar' must be private and have accessor methods. | 2344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2346 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2350 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2350 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 2350 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2355 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2355 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2355 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2355 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 2356 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2362 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2362 |
![]() |
naming | MethodName | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2362 |
![]() |
coding | MagicNumber | '0x80000001' is a magic number. | 2364 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 2365 |
![]() |
coding | MagicNumber | '17' is a magic number. | 2365 |
![]() |
coding | MagicNumber | '0x80000000' is a magic number. | 2366 |
![]() |
design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2369 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2369 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 2369 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 2369 |
![]() |
design | DesignForExtension | Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 2374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2374 |
![]() |
naming | MethodName | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2374 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 2374 |
![]() |
coding | MagicNumber | '13' is a magic number. | 2375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 2377 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2383 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 2383 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 2387 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2395 |
![]() |
design | VisibilityModifier | Variable 'curLexState' must be private and have accessor methods. | 2395 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2396 |
![]() |
design | VisibilityModifier | Variable 'defaultLexState' must be private and have accessor methods. | 2396 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2397 |
![]() |
design | VisibilityModifier | Variable 'jjnewStateCnt' must be private and have accessor methods. | 2397 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2398 |
![]() |
design | VisibilityModifier | Variable 'jjround' must be private and have accessor methods. | 2398 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2399 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedPos' must be private and have accessor methods. | 2399 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 2400 |
![]() |
design | VisibilityModifier | Variable 'jjmatchedKind' must be private and have accessor methods. | 2400 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2402 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 2415 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2417 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2422 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2427 |
![]() |
coding | MagicNumber | '3' is a magic number. | 2431 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2432 |
![]() |
coding | MagicNumber | '4' is a magic number. | 2436 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2437 |
![]() |
coding | MagicNumber | '5' is a magic number. | 2441 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2442 |
![]() |
coding | MagicNumber | '6' is a magic number. | 2446 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2447 |
![]() |
coding | MagicNumber | '7' is a magic number. | 2451 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2452 |
![]() |
coding | MagicNumber | '8' is a magic number. | 2456 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2457 |
![]() |
coding | MagicNumber | '9' is a magic number. | 2461 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2462 |
![]() |
coding | MagicNumber | '10' is a magic number. | 2466 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2467 |
![]() |
coding | MagicNumber | '11' is a magic number. | 2471 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2472 |
![]() |
coding | MagicNumber | '12' is a magic number. | 2476 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2477 |
![]() |
coding | MagicNumber | '0x7fffffff' is a magic number. | 2482 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2483 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2486 |
![]() |
naming | LocalVariableName | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2490 |
![]() |
naming | LocalVariableName | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2491 |
![]() |
naming | LocalVariableName | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2492 |
![]() |
naming | LocalVariableName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2493 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 2499 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 2503 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 2508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2510 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | ConstantName | Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'bufsize' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'available' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'tokenBegin' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'bufpos' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 86 |
![]() |
naming | MethodName | Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
misc | FinalParameters | Parameter wrapAround should be final. | 86 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 88 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 89 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 89 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 90 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 116 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 119 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 130 |
![]() |
naming | MethodName | Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 133 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 137 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
![]() |
coding | MagicNumber | '2048' is a magic number. | 142 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 151 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 166 |
![]() |
naming | MethodName | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 174 |
![]() |
naming | MethodName | Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() |
misc | FinalParameters | Parameter c should be final. | 174 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 184 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 185 |
![]() |
coding | MagicNumber | '8' is a magic number. | 197 |
![]() |
coding | MagicNumber | '07' is a magic number. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 208 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 211 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 211 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 218 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 220 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 220 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 239 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 239 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 247 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 267 |
![]() |
misc | FinalParameters | Parameter amount should be final. | 267 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 277 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 277 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 277 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 277 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 277 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 290 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 290 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 290 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 290 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 295 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 298 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 306 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 306 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 306 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 306 |
![]() |
misc | FinalParameters | Parameter buffersize should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 306 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 312 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 317 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 318 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 323 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 326 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 326 |
![]() |
misc | FinalParameters | Parameter startline should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startline'. | 326 |
![]() |
misc | FinalParameters | Parameter startcolumn should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 326 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 331 |
![]() |
naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
![]() |
misc | FinalParameters | Parameter dstream should be final. | 334 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
![]() |
naming | MethodName | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 345 |
![]() |
naming | MethodName | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 |
![]() |
misc | FinalParameters | Parameter len should be final. | 345 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 357 |
![]() |
naming | MethodName | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 |
![]() |
misc | FinalParameters | Parameter newLine should be final. | 366 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newLine'. | 366 |
![]() |
misc | FinalParameters | Parameter newCol should be final. | 366 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newCol'. | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 379 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 379 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 379 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 392 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 392 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 394 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
misc | FinalParameters | Parameter currentTokenVal should be final. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'currentTokenVal'. | 62 |
![]() |
misc | FinalParameters | Parameter expectedTokenSequencesVal should be final. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'expectedTokenSequencesVal'. | 62 |
![]() |
misc | FinalParameters | Parameter tokenImageVal should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tokenImageVal'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter message should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
![]() |
design | VisibilityModifier | Variable 'specialConstructor' must be private and have accessor methods. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
![]() |
design | VisibilityModifier | Variable 'currentToken' must be private and have accessor methods. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
![]() |
design | VisibilityModifier | Variable 'expectedTokenSequences' must be private and have accessor methods. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 109 |
![]() |
design | VisibilityModifier | Variable 'tokenImage' must be private and have accessor methods. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 120 |
![]() |
design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 133 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
design | VisibilityModifier | Variable 'eol' must be private and have accessor methods. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 167 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
design | DesignForExtension | Method 'add_escapes' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
naming | MethodName | Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
misc | FinalParameters | Parameter str should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 170 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 202 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 202 |
![]() |
coding | MagicNumber | '0x7e' is a magic number. | 202 |
![]() |
coding | MagicNumber | '16' is a magic number. | 203 |
![]() |
coding | MagicNumber | '4' is a magic number. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 50 |
![]() |
design | VisibilityModifier | Variable 'kind' must be private and have accessor methods. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
![]() |
design | VisibilityModifier | Variable 'beginLine' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'beginColumn' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'endLine' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'endColumn' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'image' must be private and have accessor methods. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
![]() |
design | VisibilityModifier | Variable 'specialToken' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 102 |
![]() |
misc | FinalParameters | Parameter ofKind should be final. | 102 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ofKind'. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 75 |
![]() |
design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
misc | FinalParameters | Parameter str should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 83 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 115 |
![]() |
coding | MagicNumber | '0x20' is a magic number. | 115 |
![]() |
coding | MagicNumber | '0x7e' is a magic number. | 115 |
![]() |
coding | MagicNumber | '16' is a magic number. | 116 |
![]() |
coding | MagicNumber | '4' is a magic number. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 135 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 135 |
![]() |
naming | MethodName | Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
misc | FinalParameters | Parameter EOFSeen should be final. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'EOFSeen'. | 135 |
![]() |
naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 135 |
![]() |
misc | FinalParameters | Parameter errorLine should be final. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorLine'. | 135 |
![]() |
misc | FinalParameters | Parameter errorColumn should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorColumn'. | 136 |
![]() |
misc | FinalParameters | Parameter errorAfter should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorAfter'. | 136 |
![]() |
misc | FinalParameters | Parameter curChar should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'curChar'. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 137 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 152 |
![]() |
design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 160 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter message should be final. | 162 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter EOFSeen should be final. | 167 |
![]() |
naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
![]() |
misc | FinalParameters | Parameter lexState should be final. | 167 |
![]() |
misc | FinalParameters | Parameter errorLine should be final. | 167 |
![]() |
misc | FinalParameters | Parameter errorColumn should be final. | 167 |
![]() |
misc | FinalParameters | Parameter errorAfter should be final. | 168 |
![]() |
misc | FinalParameters | Parameter curChar should be final. | 168 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 139 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
![]() |
design | DesignForExtension | Method 'resetValue' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 197 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 210 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 212 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | StaticVariableName | Name '_timezone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
![]() |
naming | StaticVariableName | Name '_allowTimeZoneSuppression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | StaticVariableName | Name '_suppressMillis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_options' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name '_useSQLDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
![]() |
design | DesignForExtension | Method 'resetValue' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 189 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 205 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 207 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 264 |
![]() |
design | DesignForExtension | Method 'setUseSQLDate' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 329 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 389 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 413 |
![]() |
coding | MagicNumber | '60' is a magic number. | 416 |
![]() |
coding | MagicNumber | '10' is a magic number. | 417 |
![]() |
coding | MagicNumber | '60' is a magic number. | 424 |
![]() |
coding | MagicNumber | '10' is a magic number. | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 433 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 453 |
![]() |
naming | MemberName | Name '_allowNoTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
![]() |
design | VisibilityModifier | Variable '_allowNoTime' must be private and have accessor methods. | 454 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
design | DesignForExtension | Method 'getSupportedTypes' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
![]() |
design | DesignForExtension | Method 'isSupportedType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 90 |
![]() |
design | DesignForExtension | Method 'createFieldHandler' is not designed for extension - needs to be abstract, final or empty. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.InvocationTargetException. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_valueOf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 166 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 201 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 250 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 261 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 263 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 263 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
![]() |
design | DesignForExtension | Method 'convertUponGet' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
design | DesignForExtension | Method 'convertUponSet' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
![]() |
design | DesignForExtension | Method 'convertUponGet' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
![]() |
design | DesignForExtension | Method 'convertUponSet' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
![]() |
design | DesignForExtension | Method 'convertUponGet' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 93 |
![]() |
design | DesignForExtension | Method 'convertUponSet' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.mapping.FieldDescriptor. | 40 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.mapping.FieldHandler. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_valueOf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
![]() |
design | DesignForExtension | Method 'convertUponGet' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
![]() |
design | DesignForExtension | Method 'convertUponSet' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 137 |
![]() |
design | DesignForExtension | Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 151 |
![]() |
design | DesignForExtension | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
naming | MemberName | Name '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_col' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
design | DesignForExtension | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
design | DesignForExtension | Method 'setColumnNumber' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Method 'setFilename' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Method 'setLineNumber' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
naming | MemberName | Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 57 |
![]() |
naming | MemberName | Name '_allowChildrenOrAtts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'addParent' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | MemberName | Name '_namespaceHandling' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() |
naming | MemberName | Name '_anyUnmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() |
naming | MemberName | Name '_elemInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter namespaceHandling should be final. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
design | DesignForExtension | Method 'commonStartElement' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
misc | FinalParameters | Parameter name should be final. | 41 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 41 |
![]() |
misc | FinalParameters | Parameter wsPreserve should be final. | 41 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 66 |
![]() |
misc | FinalParameters | Parameter start should be final. | 66 |
![]() |
misc | FinalParameters | Parameter length should be final. | 66 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
misc | FinalParameters | Parameter name should be final. | 77 |
![]() |
misc | FinalParameters | Parameter attList should be final. | 77 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceURI'. | 92 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localName'. | 92 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 92 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter name should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 105 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ch'. | 118 |
![]() |
misc | FinalParameters | Parameter start should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'start'. | 118 |
![]() |
misc | FinalParameters | Parameter length should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 118 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 129 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 129 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 139 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 139 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'hasAnyUnmarshaller' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'isStartingNode' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 166 |
![]() |
design | DesignForExtension | Method 'getStartingNode' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
design | DesignForExtension | Method 'preservePassedArguments' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
misc | FinalParameters | Parameter name should be final. | 178 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Method 'preservePassedArguments' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
misc | FinalParameters | Parameter name should be final. | 188 |
![]() |
misc | FinalParameters | Parameter attList should be final. | 188 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
![]() |
misc | FinalParameters | Parameter element should be final. | 200 |
![]() |
misc | FinalParameters | Parameter name should be final. | 200 |
![]() |
misc | FinalParameters | Parameter attList should be final. | 200 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 218 |
![]() |
misc | FinalParameters | Parameter element should be final. | 218 |
![]() |
misc | FinalParameters | Parameter name should be final. | 218 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 229 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 232 |
![]() |
naming | MemberName | Name '_qName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
![]() |
design | VisibilityModifier | Variable '_qName' must be private and have accessor methods. | 232 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 233 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
![]() |
design | VisibilityModifier | Variable '_attributes' must be private and have accessor methods. | 233 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 234 |
![]() |
naming | MemberName | Name '_attributeList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
![]() |
design | VisibilityModifier | Variable '_attributeList' must be private and have accessor methods. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 240 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 246 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
naming | MemberName | Name '_namespaceHandling' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
misc | FinalParameters | Parameter namespaceHandling should be final. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
design | DesignForExtension | Method 'getAttributeSet' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 88 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 100 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 100 |
![]() |
misc | FinalParameters | Parameter attributeSet should be final. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeSet'. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
![]() |
design | DesignForExtension | Method 'getAttributeSet' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 180 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 180 |
![]() |
misc | FinalParameters | Parameter attributeSet should be final. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeSet'. | 180 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 229 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 232 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.*. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
![]() |
naming | MemberName | Name '_namespaceToPackage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
naming | MemberName | Name '_createNamespaceScope' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
design | DesignForExtension | Method 'addNamespaceToPackageMapping' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 50 |
![]() |
misc | FinalParameters | Parameter packageName should be final. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
design | DesignForExtension | Method 'getMappedPackage' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'processNamespaces' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 72 |
![]() |
misc | FinalParameters | Parameter object should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 104 |
![]() |
design | DesignForExtension | Method 'resolveNamespace' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
design | DesignForExtension | Method 'removeCurrentNamespaceInstance' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'addDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 155 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
design | DesignForExtension | Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
design | DesignForExtension | Method 'getDefaultNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
design | DesignForExtension | Method 'createNamespace' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'getNamespaceStack' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'isNewNamespaceScopeNecessary' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
design | DesignForExtension | Method 'startNamespaceScope' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
design | DesignForExtension | Method 'stopNamespaceScope' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
design | DesignForExtension | Method 'setNewNamespaceScopeNecessary' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter value should be final. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.UnmarshalHandler. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 18 |
![]() |
naming | MemberName | Name '_strictElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
naming | MemberName | Name '_ignoreElementDepth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
design | DesignForExtension | Method 'setIgnoreExtraElements' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
misc | FinalParameters | Parameter ignoreExtraElems should be final. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'areElementsIgnorable' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
design | DesignForExtension | Method 'skipElement' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'skipStartElement' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
![]() |
design | DesignForExtension | Method 'skipStartElementIgnoringDepth' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'skipEndElement' is not designed for extension - needs to be abstract, final or empty. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.UnmarshalHandler. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
naming | MemberName | Name '_unmarshalListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 25 |
![]() |
design | DesignForExtension | Method 'setUnmarshalListener' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
design | DesignForExtension | Method 'setUnmarshalListener' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 39 |
![]() |
design | DesignForExtension | Method 'unmarshalled' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter object should be final. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 54 |
![]() |
misc | FinalParameters | Parameter parentObject should be final. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentObject'. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
![]() |
design | DesignForExtension | Method 'fieldAdded' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter fieldName should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldName'. | 68 |
![]() |
misc | FinalParameters | Parameter stateObject should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stateObject'. | 68 |
![]() |
misc | FinalParameters | Parameter fieldStateObject should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldStateObject'. | 68 |
![]() |
design | DesignForExtension | Method 'initialized' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter stateObject should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stateObject'. | 81 |
![]() |
misc | FinalParameters | Parameter parentObject should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentObject'. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
![]() |
design | DesignForExtension | Method 'attributesProcessed' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter stateObject should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stateObject'. | 91 |
![]() |
misc | FinalParameters | Parameter parentObject should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentObject'. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
naming | MemberName | Name '_unmarshalStates' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | DesignForExtension | Method 'getLastState' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
design | DesignForExtension | Method 'removeLastState' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
![]() |
design | DesignForExtension | Method 'pushState' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter state should be final. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'hasAnotherParentState' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'removeParentState' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'peekAtState' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter index should be final. | 97 |
![]() |
design | DesignForExtension | Method 'getFirstParentState' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'getFirstParentStateIndex' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'resetParentState' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
misc | FinalParameters | Parameter type should be final. | 29 |
![]() |
misc | FinalParameters | Parameter value should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
misc | FinalParameters | Parameter type should be final. | 31 |
![]() |
misc | FinalParameters | Parameter value should be final. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
misc | FinalParameters | Parameter type should be final. | 34 |
![]() |
misc | FinalParameters | Parameter value should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
design | FinalClass | Class PrimitiveObjectFactory should be declared as final. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
misc | FinalParameters | Parameter type should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter type should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter type should be final. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
misc | FinalParameters | Parameter type should be final. | 26 |
![]() |
misc | FinalParameters | Parameter value should be final. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_annotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Method 'addAnnotation' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
![]() |
design | DesignForExtension | Method 'getAnnotations' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'removeAnnotation' is not designed for extension - needs to be abstract, final or empty. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
naming | MemberName | Name '_appInfos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_documentations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'addAppInfo' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'addDocumentation' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getAppInfo' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'getDocumentation' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'removeAppInfo' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'removeDocumentation' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
naming | MemberName | Name '_objects' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter object should be final. | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
design | DesignForExtension | Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter object should be final. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter source should be final. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 152 |
![]() |
misc | FinalParameters | Parameter node should be final. | 157 |
![]() |
misc | FinalParameters | Parameter buffer should be final. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 95 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
coding | HiddenField | 'name' hides a field. | 108 |
![]() |
misc | FinalParameters | Parameter baseType should be final. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
misc | FinalParameters | Parameter derivationMethod should be final. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 136 |
![]() |
misc | FinalParameters | Parameter id should be final. | 141 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 94 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
design | DesignForExtension | Method 'addContent' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'contentValue'. | 32 |
![]() |
design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
![]() |
naming | MemberName | Name '_form' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | MemberName | Name '_useFlag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
naming | MemberName | Name '_attributeRef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 134 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 161 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 196 |
![]() |
misc | FinalParameters | Parameter ignoreRef should be final. | 200 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 236 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 382 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 391 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 400 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 401 |
![]() |
misc | FinalParameters | Parameter form should be final. | 406 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 410 |
![]() |
misc | FinalParameters | Parameter id should be final. | 415 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 419 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 421 |
![]() |
misc | FinalParameters | Parameter name should be final. | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 440 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 447 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 452 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 467 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 469 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 475 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 479 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 482 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 484 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 490 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 493 |
![]() |
misc | FinalParameters | Parameter name should be final. | 505 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 511 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 512 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 514 |
![]() |
misc | FinalParameters | Parameter value should be final. | 521 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 528 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 530 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 532 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 539 |
![]() |
misc | FinalParameters | Parameter value should be final. | 542 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 542 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 544 |
![]() |
misc | FinalParameters | Parameter value should be final. | 552 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 554 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 563 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 565 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 572 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 574 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 585 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 594 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 597 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 599 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 602 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 602 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 608 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter id should be final. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
naming | MemberName | Name '_references' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
naming | MemberName | Name '_anyAttribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
misc | FinalParameters | Parameter attrDecl should be final. | 110 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 124 |
![]() |
misc | FinalParameters | Parameter attrGroup should be final. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 171 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 195 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 226 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 259 |
![]() |
misc | FinalParameters | Parameter attr should be final. | 259 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 270 |
![]() |
misc | FinalParameters | Parameter attrGroupReference should be final. | 270 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 276 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 279 |
![]() |
misc | FinalParameters | Parameter wildcard should be final. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 291 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
misc | FinalParameters | Parameter name should be final. | 304 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 313 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 338 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 352 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 357 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 358 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 358 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 363 |
![]() |
misc | FinalParameters | Parameter references should be final. | 364 |
![]() |
coding | HiddenField | 'references' hides a field. | 364 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 372 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 386 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_reference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 69 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reference'. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
misc | FinalParameters | Parameter name should be final. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | MemberName | Name '_all' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
naming | MemberName | Name '_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
naming | MemberName | Name '_restriction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
naming | MemberName | Name '_substitution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
![]() |
misc | FinalParameters | Parameter listOfValues should be final. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 146 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
misc | FinalParameters | Parameter values should be final. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
naming | MemberName | Name '_abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
naming | MemberName | Name '_anyAttribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
![]() |
naming | MemberName | Name '_baseType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
![]() |
naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
naming | MemberName | Name '_complexContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | MemberName | Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | MemberName | Name '_restricted' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
![]() |
design | DesignForExtension | Method 'addAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
design | DesignForExtension | Method 'removeAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
![]() |
design | DesignForExtension | Method 'addAttributeGroupReference' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 181 |
![]() |
design | DesignForExtension | Method 'removeAttributeGroupReference' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
design | DesignForExtension | Method 'createAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
design | DesignForExtension | Method 'getAnyAttribute' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 211 |
![]() |
design | DesignForExtension | Method 'getAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
design | DesignForExtension | Method 'getAttributeDecls' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
design | DesignForExtension | Method 'getLocalAttributeDecls' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 243 |
![]() |
design | DesignForExtension | Method 'getAttributeGroupReferences' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
design | DesignForExtension | Method 'getBlock' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 275 |
![]() |
design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 285 |
![]() |
design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 312 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 314 |
![]() |
design | DesignForExtension | Method 'hasAny' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
design | DesignForExtension | Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 349 |
![]() |
design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 358 |
![]() |
design | DesignForExtension | Method 'isTopLevel' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
design | DesignForExtension | Method 'isComplexContent' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 382 |
![]() |
design | DesignForExtension | Method 'isSimpleContent' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 391 |
![]() |
design | DesignForExtension | Method 'isRestricted' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 400 |
![]() |
design | DesignForExtension | Method 'setAbstract' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 410 |
![]() |
design | DesignForExtension | Method 'setAnyAttribute' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 421 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 432 |
![]() |
design | DesignForExtension | Method 'removeWildcard' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
design | DesignForExtension | Method 'addWildcard' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 452 |
![]() |
design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 461 |
![]() |
design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 487 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 488 |
![]() |
design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 505 |
![]() |
design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 517 |
![]() |
design | DesignForExtension | Method 'setComplexContent' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 526 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 528 |
![]() |
design | DesignForExtension | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 538 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 547 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() |
design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
![]() |
design | DesignForExtension | Method 'setSimpleContent' is not designed for extension - needs to be abstract, final or empty. | 569 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 575 |
![]() |
design | DesignForExtension | Method 'setRestriction' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 582 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 592 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 594 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 597 |
![]() |
design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 606 |
![]() |
design | DesignForExtension | Method 'removeElementDecl' is not designed for extension - needs to be abstract, final or empty. | 610 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 616 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 618 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 630 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 634 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 644 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 647 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 656 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 660 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 668 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 669 |
![]() |
design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 671 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 676 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 678 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 680 |
![]() |
design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 689 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 690 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 692 |
![]() |
design | DesignForExtension | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 694 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 707 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 708 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 709 |
![]() |
design | DesignForExtension | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 712 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 722 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 724 |
![]() |
design | DesignForExtension | Method 'getParticle' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 735 |
![]() |
design | DesignForExtension | Method 'getParticleCount' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 748 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 751 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 757 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 760 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 802 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 812 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 829 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 845 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 848 |
![]() |
design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 865 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 866 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | ConstantName | Name 'elemOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | ConstantName | Name 'mixed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | ConstantName | Name 'empty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | ConstantName | Name 'any' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'textOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | ConstantName | Name '_names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
misc | FinalParameters | Parameter type should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 117 |
![]() |
misc | FinalParameters | Parameter contentType should be final. | 117 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 90 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
![]() |
misc | FinalParameters | Parameter baseTypeName should be final. | 98 |
![]() |
coding | HiddenField | 'baseTypeName' hides a field. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'baseTypeName'. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
![]() |
coding | MagicNumber | '666' is a magic number. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 134 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
naming | MemberName | Name '_constraints' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
naming | MemberName | Name '_elementRefName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
naming | MemberName | Name '_referencedElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |
![]() |
naming | MemberName | Name '_form' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 116 |
![]() |
naming | MemberName | Name '_isAbstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() |
naming | MemberName | Name '_nillable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 136 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() |
naming | MemberName | Name '_substitutionGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 146 |
![]() |
naming | MemberName | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 154 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 167 |
![]() |
misc | FinalParameters | Parameter name should be final. | 167 |
![]() |
design | DesignForExtension | Method 'addIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter constraint should be final. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 188 |
![]() |
design | DesignForExtension | Method 'getBlock' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
![]() |
design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 223 |
![]() |
design | DesignForExtension | Method 'getFixedValue' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 236 |
![]() |
design | DesignForExtension | Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 257 |
![]() |
design | DesignForExtension | Method 'getIdentityConstraints' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 265 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 278 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
misc | FinalParameters | Parameter ignoreRef should be final. | 283 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 297 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 348 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 374 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 376 |
![]() |
design | DesignForExtension | Method 'getReferenceName' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 383 |
![]() |
design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 409 |
![]() |
design | DesignForExtension | Method 'getSubstitutionGroup' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 419 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 421 |
![]() |
design | DesignForExtension | Method 'getSubstitutionGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 433 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 435 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 444 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 446 |
![]() |
design | DesignForExtension | Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 457 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 459 |
![]() |
design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 470 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 471 |
![]() |
design | DesignForExtension | Method 'isReference' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 478 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 480 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 481 |
![]() |
design | DesignForExtension | Method 'setAbstract' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() |
misc | FinalParameters | Parameter isAbstract should be final. | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 490 |
![]() |
design | DesignForExtension | Method 'hasChildren' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 499 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 518 |
![]() |
design | DesignForExtension | Method 'removeIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
misc | FinalParameters | Parameter constraint should be final. | 520 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 527 |
![]() |
design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
misc | FinalParameters | Parameter block should be final. | 532 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 536 |
![]() |
design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 541 |
![]() |
misc | FinalParameters | Parameter block should be final. | 541 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 542 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 544 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() |
misc | FinalParameters | Parameter value should be final. | 553 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 560 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 562 |
![]() |
misc | FinalParameters | Parameter finalList should be final. | 562 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 569 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 571 |
![]() |
misc | FinalParameters | Parameter finalValue should be final. | 571 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 572 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 574 |
![]() |
design | DesignForExtension | Method 'setFixedValue' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() |
misc | FinalParameters | Parameter value should be final. | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 589 |
![]() |
design | DesignForExtension | Method 'setForm' is not designed for extension - needs to be abstract, final or empty. | 594 |
![]() |
misc | FinalParameters | Parameter form should be final. | 594 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() |
misc | FinalParameters | Parameter id should be final. | 603 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 612 |
![]() |
misc | FinalParameters | Parameter name should be final. | 612 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 622 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 623 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 625 |
![]() |
design | DesignForExtension | Method 'setNillable' is not designed for extension - needs to be abstract, final or empty. | 628 |
![]() |
misc | FinalParameters | Parameter nillable should be final. | 628 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 637 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 652 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 654 |
![]() |
design | DesignForExtension | Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 657 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 657 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 670 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 679 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 681 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 682 |
![]() |
design | DesignForExtension | Method 'setReferenceName' is not designed for extension - needs to be abstract, final or empty. | 684 |
![]() |
misc | FinalParameters | Parameter referenceName should be final. | 684 |
![]() |
design | DesignForExtension | Method 'setSubstitutionGroup' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() |
misc | FinalParameters | Parameter substitutionGroup should be final. | 698 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 704 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 706 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 709 |
![]() |
misc | FinalParameters | Parameter type should be final. | 709 |
![]() |
design | DesignForExtension | Method 'setTypeReference' is not designed for extension - needs to be abstract, final or empty. | 725 |
![]() |
misc | FinalParameters | Parameter name should be final. | 725 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 725 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 736 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 738 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 741 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 750 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 756 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 763 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 775 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 780 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 811 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 820 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 822 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 830 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 832 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 841 |
![]() |
design | DesignForExtension | Method 'hasXMLType' is not designed for extension - needs to be abstract, final or empty. | 844 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name '_owningType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'isMultivalued' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'toInt' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
design | DesignForExtension | Method 'toShort' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'toFloat' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
design | DesignForExtension | Method 'toDouble' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'toByte' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
design | DesignForExtension | Method 'toBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
design | DesignForExtension | Method 'overridesBase' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
design | DesignForExtension | Method 'setOwningType' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
design | DesignForExtension | Method 'getOwningType' is not designed for extension - needs to be abstract, final or empty. | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 33 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter facet should be final. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
misc | FinalParameters | Parameter facetList should be final. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 88 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter index should be final. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 97 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter facet should be final. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter index should be final. | 107 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 132 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
misc | FinalParameters | Parameter facets should be final. | 56 |
![]() |
coding | HiddenField | 'facets' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'facets'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
misc | FinalParameters | Parameter facets should be final. | 63 |
![]() |
coding | HiddenField | 'facets' hides a field. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'facets'. | 63 |
![]() |
misc | FinalParameters | Parameter inheritedFacets should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inheritedFacets'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter name should be final. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name '_all' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
naming | MemberName | Name '_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
naming | MemberName | Name '_restriction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 88 |
![]() |
misc | FinalParameters | Parameter listOfValues should be final. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
misc | FinalParameters | Parameter values should be final. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
design | FinalClass | Class Form should be declared as final. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | ConstantName | Name 'Qualified' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
naming | ConstantName | Name 'Unqualified' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
misc | FinalParameters | Parameter formValue should be final. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
![]() |
naming | MemberName | Name '_isModelGroupDefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 103 |
![]() |
design | DesignForExtension | Method 'addWildcard' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 115 |
![]() |
design | DesignForExtension | Method 'removeWildcard' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
design | DesignForExtension | Method 'getContentModelGroup' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 177 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 188 |
![]() |
design | DesignForExtension | Method 'setIsModelGroupDefinition' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isModelGroupDefinition'. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'isModelGroupDefinition' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 245 |
![]() |
design | DesignForExtension | Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 264 |
![]() |
design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 273 |
![]() |
design | DesignForExtension | Method 'removeElementDecl' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 282 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 295 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 306 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 318 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 328 |
![]() |
design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
![]() |
design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 360 |
![]() |
design | DesignForExtension | Method 'getParticle' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 379 |
![]() |
design | DesignForExtension | Method 'getParticleCount' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 410 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 412 |
![]() |
design | DesignForExtension | Method 'hasAny' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 481 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 483 |
![]() |
design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 492 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 493 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 507 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
naming | MemberName | Name '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | DesignForExtension | Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter field should be final. | 88 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
design | DesignForExtension | Method 'getSelector' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 132 |
![]() |
design | DesignForExtension | Method 'removeField' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter field should be final. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'field'. | 135 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter id should be final. | 145 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter name should be final. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 157 |
![]() |
design | DesignForExtension | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
misc | FinalParameters | Parameter selector should be final. | 168 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 170 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 192 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 199 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
naming | MemberName | Name '_xpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
misc | FinalParameters | Parameter xpath should be final. | 67 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
design | DesignForExtension | Method 'setXPath' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter xpath should be final. | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
naming | MemberName | Name '_xpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
misc | FinalParameters | Parameter xpath should be final. | 67 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 102 |
![]() |
design | DesignForExtension | Method 'setXPath' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter xpath should be final. | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
naming | MemberName | Name '_refer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
misc | FinalParameters | Parameter refer should be final. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'refer'. | 61 |
![]() |
design | DesignForExtension | Method 'getRefer' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
design | DesignForExtension | Method 'setRefer' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter refer should be final. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
naming | MemberName | Name '_groupRef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
naming | MemberName | Name '_modelDefs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 86 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
misc | FinalParameters | Parameter name should be final. | 95 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'addModelGroup' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
misc | FinalParameters | Parameter modelGroup should be final. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 115 |
![]() |
design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 125 |
![]() |
design | DesignForExtension | Method 'getDeclarations' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getContentModelGroup' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 152 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter ignoreRef should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'isReference' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
design | DesignForExtension | Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
misc | FinalParameters | Parameter reference should be final. | 199 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
design | DesignForExtension | Method 'hasReference' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 288 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 336 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 353 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 356 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 365 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
naming | MemberName | Name '_maxOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_maxOccursSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | MemberName | Name '_minOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_minOccursSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | StaticVariableName | Name 'UNBOUNDED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable 'UNBOUNDED' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocStyle | Incomplete HTML tag found: * @return the maximum number of occurances that this CMParticle may appear. A non positive (n < | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 106 |
![]() |
misc | FinalParameters | Parameter maxOccurs should be final. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 118 |
![]() |
misc | FinalParameters | Parameter minOccurs should be final. | 121 |
![]() |
design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
naming | MemberName | Name '_originalSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | MemberName | Name '_parentSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
naming | MemberName | Name '_schemaLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
naming | MemberName | Name '_complexTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
naming | MemberName | Name '_groups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
naming | MemberName | Name '_attributeGroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
misc | FinalParameters | Parameter parentSchema should be final. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
misc | FinalParameters | Parameter parentSchema should be final. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 113 |
![]() |
misc | FinalParameters | Parameter originalSchema should be final. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'originalSchema'. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
design | DesignForExtension | Method 'addComplexType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'enumerateComplexTypes' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 191 |
![]() |
design | DesignForExtension | Method 'hasComplexTypeRedefinition' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
misc | FinalParameters | Parameter name should be final. | 191 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 201 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 203 |
![]() |
design | DesignForExtension | Method 'removeComplexType' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
design | DesignForExtension | Method 'addSimpleType' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 220 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 224 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
design | DesignForExtension | Method 'enumerateSimpleTypes' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
misc | FinalParameters | Parameter name should be final. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 276 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 279 |
![]() |
design | DesignForExtension | Method 'hasSimpleTypeRedefinition' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
misc | FinalParameters | Parameter name should be final. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 290 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 292 |
![]() |
design | DesignForExtension | Method 'removeSimpleType' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 292 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 293 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
misc | FinalParameters | Parameter group should be final. | 307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'group'. | 307 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
misc | FinalParameters | Parameter name should be final. | 338 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
design | DesignForExtension | Method 'enumerateGroups' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 364 |
![]() |
design | DesignForExtension | Method 'hasGroupRedefinition' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
misc | FinalParameters | Parameter name should be final. | 364 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 376 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
misc | FinalParameters | Parameter group should be final. | 376 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 391 |
![]() |
design | DesignForExtension | Method 'addAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
misc | FinalParameters | Parameter attrGroup should be final. | 391 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrGroup'. | 391 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 391 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 394 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 430 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 432 |
![]() |
design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
misc | FinalParameters | Parameter name should be final. | 434 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 434 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 443 |
![]() |
design | DesignForExtension | Method 'enumerateAttributeGroups' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 457 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 460 |
![]() |
design | DesignForExtension | Method 'hasAttributeGroupRedefinition' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() |
misc | FinalParameters | Parameter name should be final. | 460 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 461 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 470 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 472 |
![]() |
design | DesignForExtension | Method 'removeAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() |
misc | FinalParameters | Parameter attrGroup should be final. | 472 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 486 |
![]() |
design | DesignForExtension | Method 'hasRedefinition' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 493 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
design | DesignForExtension | Method 'getSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 508 |
![]() |
design | DesignForExtension | Method 'getOriginalSchema' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 517 |
![]() |
design | DesignForExtension | Method 'getParentSchema' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 524 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 526 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 534 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
misc | FinalParameters | Parameter id should be final. | 119 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 126 |
![]() |
misc | FinalParameters | Parameter referent should be final. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
![]() |
naming | MemberName | Name '_referent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,197 lines (max allowed is 2,000). | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
naming | MemberName | Name '_attributeFormDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
naming | MemberName | Name '_attributeGroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 114 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 125 |
![]() |
naming | MemberName | Name '_complexTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
naming | MemberName | Name '_elementFormDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 135 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 145 |
![]() |
naming | MemberName | Name '_groups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
naming | MemberName | Name '_redefineSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 153 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 161 |
![]() |
naming | MemberName | Name '_importedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 166 |
![]() |
naming | MemberName | Name '_cachedincludedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
naming | MemberName | Name '_includedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 174 |
![]() |
naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 180 |
![]() |
naming | MemberName | Name '_schemaLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 186 |
![]() |
naming | MemberName | Name '_schemaNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 194 |
![]() |
naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 196 |
![]() |
naming | MemberName | Name '_targetNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
naming | MemberName | Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 207 |
![]() |
naming | MemberName | Name '_masterSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 227 |
![]() |
misc | FinalParameters | Parameter schemaNS should be final. | 230 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 241 |
![]() |
misc | FinalParameters | Parameter schemaNamespace should be final. | 241 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 263 |
![]() |
design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 265 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 265 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 279 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 309 |
![]() |
design | DesignForExtension | Method 'addAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
misc | FinalParameters | Parameter attrGroup should be final. | 309 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 327 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 346 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 355 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 362 |
![]() |
design | DesignForExtension | Method 'addComplexType' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 362 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 392 |
![]() |
design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() |
misc | FinalParameters | Parameter elementDecl should be final. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 411 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 420 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 424 |
![]() |
design | DesignForExtension | Method 'addModelGroup' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
misc | FinalParameters | Parameter group should be final. | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 447 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 451 |
![]() |
design | DesignForExtension | Method 'addRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 464 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 473 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 478 |
![]() |
design | DesignForExtension | Method 'addImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 478 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 480 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 490 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 495 |
![]() |
design | DesignForExtension | Method 'cacheIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 495 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 500 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 507 |
![]() |
design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 510 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 510 |
![]() |
misc | FinalParameters | Parameter ns should be final. | 510 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ns'. | 510 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 514 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 516 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 521 |
![]() |
design | DesignForExtension | Method 'addSimpleType' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 527 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 536 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 550 |
![]() |
design | DesignForExtension | Method 'createComplexType' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 558 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 559 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
design | DesignForExtension | Method 'createComplexType' is not designed for extension - needs to be abstract, final or empty. | 564 |
![]() |
misc | FinalParameters | Parameter name should be final. | 564 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 569 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 570 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 574 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 577 |
![]() |
design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 577 |
![]() |
misc | FinalParameters | Parameter name should be final. | 577 |
![]() |
misc | FinalParameters | Parameter baseName should be final. | 577 |
![]() |
misc | FinalParameters | Parameter derivation should be final. | 577 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 582 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 583 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 585 |
![]() |
design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() |
misc | FinalParameters | Parameter name should be final. | 590 |
![]() |
misc | FinalParameters | Parameter baseType should be final. | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 598 |
![]() |
design | DesignForExtension | Method 'getAttributeFormDefault' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 604 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 606 |
![]() |
design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 609 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 644 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 647 |
![]() |
misc | FinalParameters | Parameter name should be final. | 647 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 647 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 665 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 697 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 701 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 720 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 722 |
![]() |
design | DesignForExtension | Method 'getAttributeGroups' is not designed for extension - needs to be abstract, final or empty. | 725 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 726 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 741 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 759 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 774 |
![]() |
design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 777 |
![]() |
misc | FinalParameters | Parameter name should be final. | 777 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 777 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 807 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 820 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 827 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 832 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 836 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 846 |
![]() |
design | DesignForExtension | Method 'getBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 859 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 866 |
![]() |
design | DesignForExtension | Method 'getBuiltInTypeName' is not designed for extension - needs to be abstract, final or empty. | 866 |
![]() |
misc | FinalParameters | Parameter builtInTypeCode should be final. | 866 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builtInTypeCode'. | 866 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 871 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 873 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 874 |
![]() |
design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 877 |
![]() |
misc | FinalParameters | Parameter name should be final. | 877 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 877 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 908 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 912 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 917 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 924 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 932 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 952 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 954 |
![]() |
design | DesignForExtension | Method 'getComplexTypes' is not designed for extension - needs to be abstract, final or empty. | 957 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 984 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 987 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 997 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 999 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1000 |
![]() |
design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 1003 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1003 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1003 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1028 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1033 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1038 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1043 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1047 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1063 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1065 |
![]() |
design | DesignForExtension | Method 'getElementDecls' is not designed for extension - needs to be abstract, final or empty. | 1068 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1090 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1104 |
![]() |
design | DesignForExtension | Method 'getElementFormDefault' is not designed for extension - needs to be abstract, final or empty. | 1106 |
![]() |
design | DesignForExtension | Method 'getFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 1115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1123 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1125 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1166 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1171 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1171 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 1171 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1238 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1248 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1262 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1278 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1286 |
![]() |
design | DesignForExtension | Method 'getSimpleTypes' is not designed for extension - needs to be abstract, final or empty. | 1289 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1345 |
![]() |
design | DesignForExtension | Method 'getSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 1348 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1356 |
![]() |
design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 1359 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1359 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1384 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1395 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1409 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1427 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1429 |
![]() |
design | DesignForExtension | Method 'getModelGroups' is not designed for extension - needs to be abstract, final or empty. | 1432 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1471 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 1475 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1479 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1481 |
![]() |
design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1484 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1490 |
![]() |
design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1494 |
![]() |
misc | FinalParameters | Parameter ns should be final. | 1494 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1500 |
![]() |
design | DesignForExtension | Method 'getRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1503 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1509 |
![]() |
design | DesignForExtension | Method 'getRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1513 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 1513 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1518 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1521 |
![]() |
design | DesignForExtension | Method 'getCachedIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 1525 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 1525 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1533 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1535 |
![]() |
design | DesignForExtension | Method 'getCachedIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 1537 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1541 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1545 |
![]() |
design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1548 |
![]() |
misc | FinalParameters | Parameter ns should be final. | 1548 |
![]() |
misc | FinalParameters | Parameter localOnly should be final. | 1548 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1555 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1557 |
![]() |
misc | FinalParameters | Parameter ns should be final. | 1561 |
![]() |
misc | FinalParameters | Parameter caller should be final. | 1561 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'caller'. | 1561 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1591 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 1594 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 1594 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1595 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1600 |
![]() |
design | DesignForExtension | Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 1605 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1611 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1612 |
![]() |
design | DesignForExtension | Method 'addInclude' is not designed for extension - needs to be abstract, final or empty. | 1614 |
![]() |
misc | FinalParameters | Parameter include should be final. | 1614 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'include'. | 1614 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1618 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1619 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1620 |
![]() |
design | DesignForExtension | Method 'includeProcessed' is not designed for extension - needs to be abstract, final or empty. | 1623 |
![]() |
misc | FinalParameters | Parameter includeFile should be final. | 1623 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeFile'. | 1623 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1630 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1632 |
![]() |
design | DesignForExtension | Method 'getSchemaNamespace' is not designed for extension - needs to be abstract, final or empty. | 1636 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1641 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1643 |
![]() |
design | DesignForExtension | Method 'getTargetNamespace' is not designed for extension - needs to be abstract, final or empty. | 1645 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1651 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1654 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 1657 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1661 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1663 |
![]() |
design | DesignForExtension | Method 'isKnownNamespace' is not designed for extension - needs to be abstract, final or empty. | 1667 |
![]() |
misc | FinalParameters | Parameter namespaceURL should be final. | 1667 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1671 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1675 |
![]() |
design | DesignForExtension | Method 'removeComplexType' is not designed for extension - needs to be abstract, final or empty. | 1678 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 1678 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1688 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1696 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1707 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1709 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1711 |
![]() |
design | DesignForExtension | Method 'removeElement' is not designed for extension - needs to be abstract, final or empty. | 1714 |
![]() |
misc | FinalParameters | Parameter element should be final. | 1714 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1722 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1732 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1734 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1736 |
![]() |
design | DesignForExtension | Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. | 1739 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 1739 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1745 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1747 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1756 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1758 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1760 |
![]() |
design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 1763 |
![]() |
misc | FinalParameters | Parameter group should be final. | 1763 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1771 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1791 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1793 |
![]() |
design | DesignForExtension | Method 'removeAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 1797 |
![]() |
misc | FinalParameters | Parameter group should be final. | 1797 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1803 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1805 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1825 |
![]() |
design | DesignForExtension | Method 'removeCachedIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 1832 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1832 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1833 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1844 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1845 |
![]() |
design | DesignForExtension | Method 'removeImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1851 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1851 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1852 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1855 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1866 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1870 |
![]() |
design | DesignForExtension | Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. | 1870 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 1870 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1871 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1877 |
![]() |
design | DesignForExtension | Method 'removeRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1883 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1883 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1884 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1895 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1897 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1899 |
![]() |
design | DesignForExtension | Method 'removeSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1902 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 1902 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1908 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1910 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1931 |
![]() |
design | DesignForExtension | Method 'setAttributeFormDefault' is not designed for extension - needs to be abstract, final or empty. | 1934 |
![]() |
misc | FinalParameters | Parameter attributeFormDefault should be final. | 1934 |
![]() |
design | DesignForExtension | Method 'setBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 1943 |
![]() |
misc | FinalParameters | Parameter block should be final. | 1943 |
![]() |
design | DesignForExtension | Method 'setBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 1952 |
![]() |
misc | FinalParameters | Parameter block should be final. | 1952 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1959 |
![]() |
design | DesignForExtension | Method 'setElementFormDefault' is not designed for extension - needs to be abstract, final or empty. | 1961 |
![]() |
misc | FinalParameters | Parameter elementFormDefault should be final. | 1961 |
![]() |
design | DesignForExtension | Method 'setFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 1970 |
![]() |
misc | FinalParameters | Parameter finalList should be final. | 1970 |
![]() |
design | DesignForExtension | Method 'setFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 1979 |
![]() |
misc | FinalParameters | Parameter finalValues should be final. | 1979 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1984 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1986 |
![]() |
design | DesignForExtension | Method 'setSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 1989 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 1989 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1994 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1997 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 1997 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 1997 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeName'. | 1997 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2063 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2069 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 2074 |
![]() |
misc | FinalParameters | Parameter id should be final. | 2074 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2078 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2080 |
![]() |
design | DesignForExtension | Method 'setTargetNamespace' is not designed for extension - needs to be abstract, final or empty. | 2084 |
![]() |
misc | FinalParameters | Parameter targetNamespace should be final. | 2084 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 2087 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 2088 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 2094 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 2098 |
![]() |
misc | FinalParameters | Parameter version should be final. | 2098 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2103 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 2104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2114 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 2117 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 2126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2162 |
![]() |
design | DesignForExtension | Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 2167 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 2167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 2167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 2175 |
![]() |
design | DesignForExtension | Method 'getMasterSchema' is not designed for extension - needs to be abstract, final or empty. | 2178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 2183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 2184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 2187 |
![]() |
design | DesignForExtension | Method 'setMasterSchema' is not designed for extension - needs to be abstract, final or empty. | 2190 |
![]() |
misc | FinalParameters | Parameter masterSchema should be final. | 2190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'schemaResolver'. | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resolver'. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 13 |
![]() |
naming | MemberName | Name '_schemaResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 25 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
design | DesignForExtension | Method 'getSchemaResolver' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 58 |
![]() |
design | DesignForExtension | Method 'setSchemaResolver' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
misc | FinalParameters | Parameter message should be final. | 61 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
![]() |
misc | FinalParameters | Parameter message should be final. | 81 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter structure should be final. | 149 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
misc | FinalParameters | Parameter name should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 226 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 234 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 253 |
![]() |
misc | FinalParameters | Parameter name should be final. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 63 |
![]() |
design | DesignForExtension | Method 'addResolvable' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter id should be final. | 69 |
![]() |
misc | FinalParameters | Parameter referent should be final. | 69 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
![]() |
design | DesignForExtension | Method 'removeResolvable' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter id should be final. | 82 |
![]() |
design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
naming | MemberName | Name '_typeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter content should be final. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 106 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
design | DesignForExtension | Method 'getTypeName' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'setSimpleType' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
naming | MemberName | Name '_facets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | MemberName | Name '_typeCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'addFacet' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'getFacets' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'getFacets' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'getLocalFacets' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'getEffectiveFacets' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 225 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 231 |
![]() |
design | DesignForExtension | Method 'getBuiltInBaseType' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 263 |
![]() |
design | DesignForExtension | Method 'hasFacet' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
design | DesignForExtension | Method 'isBuiltInType' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
design | DesignForExtension | Method 'isDateTimeType' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 326 |
![]() |
design | DesignForExtension | Method 'getTypeCode' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
design | DesignForExtension | Method 'setTypeCode' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'code'. | 336 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 346 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 349 |
![]() |
design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 361 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 364 |
![]() |
design | DesignForExtension | Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 376 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 379 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 398 |
![]() |
design | DesignForExtension | Method 'removeFacet' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
misc | FinalParameters | Parameter facet should be final. | 402 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 409 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 411 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 415 |
![]() |
design | DesignForExtension | Method 'removeFacet' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
misc | FinalParameters | Parameter name should be final. | 419 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 434 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 435 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
misc | FinalParameters | Parameter finalValue should be final. | 439 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 444 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 449 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 451 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 460 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 476 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 486 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 488 |
![]() |
design | DesignForExtension | Method 'createReference' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() |
misc | FinalParameters | Parameter name should be final. | 491 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 496 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 498 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 502 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'simpleType'. | 502 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 506 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 509 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 512 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 518 |
![]() |
design | DesignForExtension | Method 'copyFacets' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() |
misc | FinalParameters | Parameter target should be final. | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 526 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 527 |
![]() |
design | DesignForExtension | Method 'getNumberOfFacets' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 533 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
naming | StaticVariableName | Name '_typesByName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
![]() |
naming | StaticVariableName | Name '_typesByCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
design | DesignForExtension | Method 'getBuiltInType' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 221 |
![]() |
design | DesignForExtension | Method 'getBuiltInTypeName' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builtInTypeCode'. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 249 |
![]() |
design | DesignForExtension | Method 'createUserSimpleType' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 294 |
![]() |
design | DesignForExtension | Method 'createUserSimpleType' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 360 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 363 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeName'. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 368 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeCode'. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 410 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 419 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 419 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 477 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 479 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 479 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builtInTypeName'. | 479 |
![]() |
naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 575 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 582 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 600 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 609 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
![]() |
design | DesignForExtension | Method 'resolveTypeReference' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 137 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 63 |
![]() |
naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | MemberName | Name '_hasReferencedTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 74 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
![]() |
design | DesignForExtension | Method 'addMemberType' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
design | DesignForExtension | Method 'addMemberType' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 108 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 124 |
![]() |
design | DesignForExtension | Method 'getLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
![]() |
design | DesignForExtension | Method 'getMemberTypes' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
![]() |
design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 186 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
misc | FinalParameters | Parameter id should be final. | 188 |
![]() |
design | DesignForExtension | Method 'setLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
naming | MemberName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
naming | MemberName | Name '_attGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name '_processContents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter group should be final. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
misc | FinalParameters | Parameter attGroup should be final. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
misc | FinalParameters | Parameter Namespace should be final. | 130 |
![]() |
naming | ParameterName | Name 'Namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 139 |
![]() |
design | DesignForExtension | Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 183 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 227 |
![]() |
design | DesignForExtension | Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'getProcessContent' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 246 |
![]() |
design | DesignForExtension | Method 'isAttributeWildcard' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 252 |
![]() |
design | DesignForExtension | Method 'setAttributeWildcard' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 259 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 264 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 264 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
design | DesignForExtension | Method 'setProcessContents' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter process should be final. | 273 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 285 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
design | VisibilityModifier | Variable 'NULL_ARGUMENT' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 175 |
![]() |
coding | HiddenField | 'schema' hides a field. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
misc | FinalParameters | Parameter baseType should be final. | 198 |
![]() |
coding | HiddenField | 'baseType' hides a field. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 203 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 206 |
![]() |
design | DesignForExtension | Method 'getDerivationMethod' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 210 |
![]() |
design | DesignForExtension | Method 'setDerivationMethod' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter derivationMethod should be final. | 213 |
![]() |
coding | HiddenField | 'derivationMethod' hides a field. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'derivationMethod'. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
misc | FinalParameters | Parameter id should be final. | 223 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
design | DesignForExtension | Method 'getBaseTypeName' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 122 |
![]() |
design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter name should be final. | 145 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 145 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 145 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 145 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 146 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 170 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 185 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 193 |
![]() |
misc | FinalParameters | Parameter start should be final. | 193 |
![]() |
misc | FinalParameters | Parameter length should be final. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
naming | MemberName | Name '_appInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_nodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
![]() |
design | DesignForExtension | Method 'getAppInfo' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 134 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 134 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 134 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 184 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 210 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 220 |
![]() |
misc | FinalParameters | Parameter start should be final. | 220 |
![]() |
misc | FinalParameters | Parameter length should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
naming | MemberName | Name '_attributeGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 167 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
misc | FinalParameters | Parameter name should be final. | 167 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 167 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 167 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 167 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 168 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 184 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 193 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
misc | FinalParameters | Parameter name should be final. | 217 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 217 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 217 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 242 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 252 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 259 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 269 |
![]() |
misc | FinalParameters | Parameter start should be final. | 269 |
![]() |
misc | FinalParameters | Parameter length should be final. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
naming | MemberName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 174 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 197 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 197 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 197 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 197 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 198 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 231 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter name should be final. | 235 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 251 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 259 |
![]() |
misc | FinalParameters | Parameter start should be final. | 259 |
![]() |
misc | FinalParameters | Parameter length should be final. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
![]() |
design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ch'. | 105 |
![]() |
misc | FinalParameters | Parameter start should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'start'. | 105 |
![]() |
misc | FinalParameters | Parameter length should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 105 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 105 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 118 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 177 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 177 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 177 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 177 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 191 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 198 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 211 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 226 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 231 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 232 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 242 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter name should be final. | 246 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 246 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 246 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 262 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 276 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 281 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 283 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 292 |
![]() |
misc | FinalParameters | Parameter start should be final. | 292 |
![]() |
misc | FinalParameters | Parameter length should be final. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 142 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 142 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 142 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 167 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 181 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 203 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 207 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 207 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 228 |
![]() |
misc | FinalParameters | Parameter start should be final. | 228 |
![]() |
misc | FinalParameters | Parameter length should be final. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'property'. | 203 |
![]() |
misc | FinalParameters | Parameter content should be final. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
misc | FinalParameters | Parameter property should be final. | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 236 |
![]() |
design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 259 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 259 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 259 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 259 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 259 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 260 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 279 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 280 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 295 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 303 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 317 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 318 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 325 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 329 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 337 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 338 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 342 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 345 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 349 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 358 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 359 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 362 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 377 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 378 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 382 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 385 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 407 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 417 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() |
misc | FinalParameters | Parameter name should be final. | 421 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 421 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 443 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 446 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 449 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 451 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 457 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 462 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 468 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 478 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 478 |
![]() |
misc | FinalParameters | Parameter start should be final. | 478 |
![]() |
misc | FinalParameters | Parameter length should be final. | 478 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - java.net.URI. | 38 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Unmarshaller. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | MemberName | Name '_documentLocator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_uriResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 106 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 106 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'getURIResolver' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'setURIResolver' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter uriResolver should be final. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 150 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 152 |
![]() |
misc | FinalParameters | Parameter start should be final. | 152 |
![]() |
misc | FinalParameters | Parameter length should be final. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter err should be final. | 174 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 187 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Method 'illegalAttribute' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
misc | FinalParameters | Parameter attName should be final. | 200 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
design | DesignForExtension | Method 'illegalElement' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
misc | FinalParameters | Parameter name should be final. | 215 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 230 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 239 |
![]() |
design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
misc | FinalParameters | Parameter name should be final. | 239 |
![]() |
misc | FinalParameters | Parameter xtraInfo should be final. | 239 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xtraInfo'. | 239 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 240 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 253 |
![]() |
design | DesignForExtension | Method 'outOfOrder' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
misc | FinalParameters | Parameter name should be final. | 256 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 256 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 257 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 267 |
![]() |
misc | FinalParameters | Parameter str should be final. | 269 |
![]() |
design | DesignForExtension | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
misc | FinalParameters | Parameter documentLocator should be final. | 282 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 293 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 293 |
![]() |
misc | FinalParameters | Parameter start should be final. | 293 |
![]() |
misc | FinalParameters | Parameter length should be final. | 293 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 300 |
![]() |
misc | FinalParameters | Parameter name should be final. | 304 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 304 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 318 |
![]() |
misc | FinalParameters | Parameter name should be final. | 318 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 318 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 318 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 318 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 319 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 325 |
![]() |
design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
design | DesignForExtension | Method 'getSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 341 |
![]() |
design | DesignForExtension | Method 'parseSchema' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
misc | FinalParameters | Parameter parser should be final. | 341 |
![]() |
misc | FinalParameters | Parameter schemaUnmarshaller should be final. | 341 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 341 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 342 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 357 |
![]() |
design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
misc | FinalParameters | Parameter reason should be final. | 358 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 370 |
![]() |
design | DesignForExtension | Method 'derive' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 370 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 370 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 375 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
naming | MemberName | Name '_documentation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
naming | MemberName | Name '_nodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 114 |
![]() |
design | DesignForExtension | Method 'getDocumentation' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 137 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 137 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 137 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 137 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 157 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter name should be final. | 183 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 183 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 194 |
![]() |
misc | FinalParameters | Parameter start should be final. | 194 |
![]() |
misc | FinalParameters | Parameter length should be final. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 108 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 127 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 154 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 245 |
![]() |
design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 268 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
misc | FinalParameters | Parameter name should be final. | 268 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 268 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 268 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 268 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 280 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 284 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 291 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 292 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 304 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 308 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 324 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 333 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
misc | FinalParameters | Parameter name should be final. | 337 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 337 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 372 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 380 |
![]() |
misc | FinalParameters | Parameter start should be final. | 380 |
![]() |
misc | FinalParameters | Parameter length should be final. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 388 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 392 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 392 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 398 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 400 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 415 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 418 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 430 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 180 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
misc | FinalParameters | Parameter name should be final. | 180 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 180 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 180 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 180 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 192 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 198 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 213 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 233 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 239 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 240 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 247 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 262 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
misc | FinalParameters | Parameter name should be final. | 266 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 266 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 266 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 290 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 296 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 298 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 303 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 309 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 319 |
![]() |
misc | FinalParameters | Parameter start should be final. | 319 |
![]() |
misc | FinalParameters | Parameter length should be final. | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
naming | MemberName | Name '_facet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 89 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 124 |
![]() |
design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 147 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
misc | FinalParameters | Parameter name should be final. | 147 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 147 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 147 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 147 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 148 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 187 |
![]() |
misc | FinalParameters | Parameter start should be final. | 187 |
![]() |
misc | FinalParameters | Parameter length should be final. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
misc | FinalParameters | Parameter name should be final. | 194 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
naming | MemberName | Name '_fieldOrSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 91 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 92 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 157 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
misc | FinalParameters | Parameter name should be final. | 157 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 157 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 157 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 158 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 169 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 180 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
misc | FinalParameters | Parameter name should be final. | 184 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 184 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 184 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 204 |
![]() |
misc | FinalParameters | Parameter start should be final. | 204 |
![]() |
misc | FinalParameters | Parameter length should be final. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 173 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 198 |
![]() |
design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 226 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
misc | FinalParameters | Parameter name should be final. | 226 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 226 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 226 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 226 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 227 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 237 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 241 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 252 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 253 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 260 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 266 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 281 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
misc | FinalParameters | Parameter name should be final. | 285 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 285 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 285 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 331 |
![]() |
misc | FinalParameters | Parameter start should be final. | 331 |
![]() |
misc | FinalParameters | Parameter length should be final. | 331 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
naming | MemberName | Name '_identityConstraint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
naming | MemberName | Name '_foundSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
naming | MemberName | Name '_foundField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 96 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 97 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 116 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
design | DesignForExtension | Method 'getIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 177 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 177 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 177 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 177 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 192 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 220 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter name should be final. | 224 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 224 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 224 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 251 |
![]() |
misc | FinalParameters | Parameter start should be final. | 251 |
![]() |
misc | FinalParameters | Parameter length should be final. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 76 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 137 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 181 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 184 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 146 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 122 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
![]() |
design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 207 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 210 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 224 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter name should be final. | 224 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 224 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 224 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 224 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 235 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 255 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 259 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 259 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 280 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 292 |
![]() |
misc | FinalParameters | Parameter start should be final. | 292 |
![]() |
misc | FinalParameters | Parameter length should be final. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
naming | MemberName | Name '_importedSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
naming | MemberName | Name '_redefineSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schemaContext'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uriResolver'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locator'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'state'. | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 159 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 219 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
misc | FinalParameters | Parameter name should be final. | 219 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 219 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 219 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 219 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 255 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 259 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 367 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 398 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 412 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 417 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 422 |
![]() |
misc | FinalParameters | Parameter start should be final. | 422 |
![]() |
misc | FinalParameters | Parameter length should be final. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 433 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 436 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 440 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 442 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 447 |
![]() |
misc | FinalParameters | Parameter structureName should be final. | 447 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 450 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 455 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 458 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 462 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 467 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter compReader should be final. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 133 |
![]() |
misc | FinalParameters | Parameter start should be final. | 133 |
![]() |
misc | FinalParameters | Parameter length should be final. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 166 |
![]() |
misc | FinalParameters | Parameter start should be final. | 166 |
![]() |
misc | FinalParameters | Parameter length should be final. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter target should be final. | 171 |
![]() |
misc | FinalParameters | Parameter data should be final. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter name should be final. | 183 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | MemberName | Name '_locator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable '_locator' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 99 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 99 |
![]() |
design | DesignForExtension | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 129 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 131 |
![]() |
misc | FinalParameters | Parameter start should be final. | 131 |
![]() |
misc | FinalParameters | Parameter length should be final. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter err should be final. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
design | DesignForExtension | Method 'illegalAttribute' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
misc | FinalParameters | Parameter attName should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'illegalElement' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter name should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
misc | FinalParameters | Parameter name should be final. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 212 |
![]() |
design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
misc | FinalParameters | Parameter name should be final. | 212 |
![]() |
misc | FinalParameters | Parameter xtraInfo should be final. | 212 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xtraInfo'. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
design | DesignForExtension | Method 'outOfOrder' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
misc | FinalParameters | Parameter name should be final. | 231 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 231 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 245 |
![]() |
misc | FinalParameters | Parameter str should be final. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 261 |
![]() |
misc | FinalParameters | Parameter start should be final. | 261 |
![]() |
misc | FinalParameters | Parameter length should be final. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter name should be final. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 277 |
![]() |
misc | FinalParameters | Parameter start should be final. | 277 |
![]() |
misc | FinalParameters | Parameter length should be final. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
misc | FinalParameters | Parameter target should be final. | 283 |
![]() |
misc | FinalParameters | Parameter data should be final. | 283 |
![]() |
design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
misc | FinalParameters | Parameter name should be final. | 298 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 308 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 313 |
![]() |
design | DesignForExtension | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 319 |
![]() |
design | DesignForExtension | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_documentBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | MemberName | Name '_absoluteURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_relativeURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 71 |
![]() |
misc | FinalParameters | Parameter href should be final. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 147 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
naming | MemberName | Name '_parser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
naming | MemberName | Name '_errorHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
naming | MemberName | Name '_uriResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
naming | MemberName | Name '_cacheIncludedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
naming | MemberName | Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
misc | FinalParameters | Parameter source should be final. | 138 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 154 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 154 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 154 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
misc | FinalParameters | Parameter url should be final. | 174 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'setInputSource' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 231 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 272 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 274 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
design | DesignForExtension | Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
misc | FinalParameters | Parameter errorHandler should be final. | 305 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'errorHandler'. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
design | DesignForExtension | Method 'setCacheIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
misc | FinalParameters | Parameter cache should be final. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 323 |
![]() |
design | DesignForExtension | Method 'setValidation' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
misc | FinalParameters | Parameter validate should be final. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
design | DesignForExtension | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
design | DesignForExtension | Method 'setURIResolver' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
misc | FinalParameters | Parameter uriresolver should be final. | 346 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
misc | FinalParameters | Parameter xmlException should be final. | 356 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 356 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 362 |
![]() |
misc | FinalParameters | Parameter sx should be final. | 366 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 366 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 373 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 375 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
![]() |
naming | MemberName | Name '_include' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_annotationDepth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'skipAll' must be private and have accessor methods. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
design | VisibilityModifier | Variable '_schema' must be private and have accessor methods. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
naming | MemberName | Name '_defaultNS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() |
naming | MemberName | Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | MemberName | Name '_prefixMappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 228 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 429 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 471 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 554 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 557 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 560 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 563 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 566 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 569 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 573 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 577 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 600 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 602 |
![]() |
misc | FinalParameters | Parameter name should be final. | 602 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 602 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 704 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 705 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 718 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 719 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 721 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 721 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 729 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 730 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 737 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 737 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 739 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 740 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 757 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 764 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 767 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 770 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 775 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 780 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 788 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 801 |
![]() |
naming | MemberName | Name '_prefixes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 801 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 803 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 803 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 805 |
![]() |
design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 805 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 807 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 807 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 809 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 813 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 823 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 827 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 831 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 842 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 848 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 855 |
![]() |
misc | FinalParameters | Parameter value should be final. | 855 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | MemberName | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
design | VisibilityModifier | Variable 'cacheIncludedSchemas' must be private and have accessor methods. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
![]() |
design | DesignForExtension | Method 'markAsProcessed' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 64 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'processed' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
![]() |
design | DesignForExtension | Method 'processed' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter schemaLocation should be final. | 94 |
![]() |
design | DesignForExtension | Method 'setCacheIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter cacheIncludedSchemas should be final. | 98 |
![]() |
coding | HiddenField | 'cacheIncludedSchemas' hides a field. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
naming | MemberName | Name '_simpleTypeDef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 151 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 174 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 194 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 220 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter name should be final. | 220 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 220 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 220 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 221 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 234 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 237 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 241 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 245 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 256 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 279 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 284 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 285 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 294 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
misc | FinalParameters | Parameter name should be final. | 298 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 298 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 298 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 314 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 335 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 343 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 345 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 350 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 363 |
![]() |
misc | FinalParameters | Parameter start should be final. | 363 |
![]() |
misc | FinalParameters | Parameter length should be final. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 373 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 376 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 89 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 129 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 129 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 130 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 150 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 166 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 167 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 189 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 193 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 193 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 193 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 214 |
![]() |
misc | FinalParameters | Parameter start should be final. | 214 |
![]() |
misc | FinalParameters | Parameter length should be final. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.schema.*. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_baseType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_baseTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | MemberName | Name '_facets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
design | DesignForExtension | Method 'addFacet' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
misc | FinalParameters | Parameter facet should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 81 |
![]() |
design | DesignForExtension | Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 85 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 108 |
![]() |
design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 119 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 133 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 152 |
![]() |
design | DesignForExtension | Method 'setAnnotation' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
misc | FinalParameters | Parameter baseType should be final. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'setBaseTypeName' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
misc | FinalParameters | Parameter baseTypeName should be final. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 185 |
![]() |
design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
misc | FinalParameters | Parameter finalValue should be final. | 189 |
![]() |
design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
naming | MemberName | Name '_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 98 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 138 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 141 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 173 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
misc | FinalParameters | Parameter name should be final. | 173 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 173 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 173 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 173 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 187 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 202 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
misc | FinalParameters | Parameter name should be final. | 217 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 217 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 217 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 242 |
![]() |
misc | FinalParameters | Parameter start should be final. | 242 |
![]() |
misc | FinalParameters | Parameter length should be final. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
naming | MemberName | Name '_typeDefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 156 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 156 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 156 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 156 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 157 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 173 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 186 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 200 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 204 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 204 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 233 |
![]() |
misc | FinalParameters | Parameter start should be final. | 233 |
![]() |
misc | FinalParameters | Parameter length should be final. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
naming | MemberName | Name '_simpleTypeDef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 98 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 99 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 110 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 181 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
misc | FinalParameters | Parameter name should be final. | 181 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 181 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 181 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 181 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 218 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 231 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter name should be final. | 235 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 235 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 263 |
![]() |
misc | FinalParameters | Parameter start should be final. | 263 |
![]() |
misc | FinalParameters | Parameter length should be final. | 263 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
naming | MemberName | Name '_union' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
naming | MemberName | Name '_foundSimpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 96 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 150 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter name should be final. | 150 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 150 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 150 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 150 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 151 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 162 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 171 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 180 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
misc | FinalParameters | Parameter name should be final. | 184 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 184 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 217 |
![]() |
misc | FinalParameters | Parameter start should be final. | 217 |
![]() |
misc | FinalParameters | Parameter length should be final. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 226 |
![]() |
misc | FinalParameters | Parameter memberTypes should be final. | 230 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
coding | HiddenField | 'name' hides a field. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
coding | HiddenField | 'name' hides a field. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
coding | HiddenField | 'name' hides a field. | 112 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 112 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 112 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 121 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
coding | HiddenField | 'name' hides a field. | 125 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 129 |
![]() |
misc | FinalParameters | Parameter start should be final. | 129 |
![]() |
misc | FinalParameters | Parameter length should be final. | 129 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
naming | MemberName | Name '_wildcard' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 125 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 157 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 168 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 173 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 189 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
design | DesignForExtension | Method 'getWildcard' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 251 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
misc | FinalParameters | Parameter name should be final. | 251 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 251 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 251 |
![]() |
misc | FinalParameters | Parameter nsDecls should be final. | 251 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 252 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 275 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
misc | FinalParameters | Parameter name should be final. | 279 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 279 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 279 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 307 |
![]() |
misc | FinalParameters | Parameter start should be final. | 307 |
![]() |
misc | FinalParameters | Parameter length should be final. | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
design | DesignForExtension | Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'isMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
design | DesignForExtension | Method 'isMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'isDateTimeType' is not designed for extension - needs to be abstract, final or empty. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_itemType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name '_hasReference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
![]() |
design | DesignForExtension | Method 'getItemType' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 97 |
![]() |
design | DesignForExtension | Method 'getLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
design | DesignForExtension | Method 'setItemType' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter type should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
![]() |
design | DesignForExtension | Method 'setItemType' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 136 |
![]() |
design | DesignForExtension | Method 'setLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 159 |
![]() |
design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | MemberName | Name '_minMantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | MemberName | Name '_maxMantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | MemberName | Name '_minExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_maxExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
design | DesignForExtension | Method 'setMinMantissa' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter minMantissa should be final. | 58 |
![]() |
design | DesignForExtension | Method 'setMaxMantissa' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter maxMantissa should be final. | 62 |
![]() |
design | DesignForExtension | Method 'setMinExponent' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter minExponent should be final. | 66 |
![]() |
design | DesignForExtension | Method 'setMaxExponent' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter maxExponent should be final. | 70 |
![]() |
design | DesignForExtension | Method 'getMinMantissa' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'getMaxMantissa' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
design | DesignForExtension | Method 'getMinExponent' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
design | DesignForExtension | Method 'getMaxExponent' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name '_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'getImpl' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'getDerivedBy' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'getImplClass' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
coding | HiddenField | 'name' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter code should be final. | 125 |
![]() |
coding | HiddenField | 'code' hides a field. | 125 |
![]() |
design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter base should be final. | 129 |
![]() |
coding | HiddenField | 'base' hides a field. | 129 |
![]() |
design | DesignForExtension | Method 'setDerivedBy' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter derivedBy should be final. | 133 |
![]() |
coding | HiddenField | 'derivedBy' hides a field. | 133 |
![]() |
design | DesignForExtension | Method 'setSimpleType' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 137 |
![]() |
coding | HiddenField | 'simpleType' hides a field. | 137 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
![]() |
design | DesignForExtension | Method 'setImpl' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter impl should be final. | 145 |
![]() |
coding | HiddenField | 'impl' hides a field. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'impl'. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 155 |
![]() |
design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
misc | FinalParameters | Parameter output should be final. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 174 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
![]() |
coding | MagicNumber | '44' is a magic number. | 49 |
![]() |
design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter types should be final. | 55 |
![]() |
coding | HiddenField | 'types' hides a field. | 55 |
![]() |
design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
misc | FinalParameters | Parameter output should be final. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'getPseudo' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
coding | HiddenField | 'name' hides a field. | 75 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
coding | HiddenField | 'value' hides a field. | 79 |
![]() |
design | DesignForExtension | Method 'setPseudo' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter pseudo should be final. | 83 |
![]() |
coding | HiddenField | 'pseudo' hides a field. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 87 |
![]() |
design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
misc | FinalParameters | Parameter output should be final. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 98 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
![]() |
design | FinalClass | Class DatatypeHandler should be declared as final. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 138 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 145 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 152 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 159 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 171 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 178 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 186 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 192 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 204 |
![]() |
misc | FinalParameters | Parameter type1 should be final. | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type1'. | 204 |
![]() |
misc | FinalParameters | Parameter type2 should be final. | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type2'. | 204 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 230 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | MemberName | Name '_defaultGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 93 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter source should be final. | 113 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 132 |
![]() |
design | DesignForExtension | Method 'setDefaultGroupingAsAll' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 147 |
![]() |
design | DesignForExtension | Method 'serializeSchema' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
misc | FinalParameters | Parameter dstWriter should be final. | 147 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 155 |
![]() |
misc | FinalParameters | Parameter args should be final. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 158 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
naming | MemberName | Name '_siStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | MemberName | Name '_nsPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
naming | MemberName | Name '_defaultGroupOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schema'. | 108 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 151 |
![]() |
misc | FinalParameters | Parameter order should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 164 |
![]() |
misc | FinalParameters | Parameter start should be final. | 164 |
![]() |
misc | FinalParameters | Parameter length should be final. | 164 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter name should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 201 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 329 |
![]() |
misc | FinalParameters | Parameter start should be final. | 329 |
![]() |
misc | FinalParameters | Parameter length should be final. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
misc | FinalParameters | Parameter target should be final. | 335 |
![]() |
misc | FinalParameters | Parameter data should be final. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 340 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
misc | FinalParameters | Parameter name should be final. | 348 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 348 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 382 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 410 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 410 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 415 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 421 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 421 |
![]() |
misc | FinalParameters | Parameter exception should be final. | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 431 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 436 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 436 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 436 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 472 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 477 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 489 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 556 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 579 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 583 |
![]() |
design | VisibilityModifier | Variable 'namespaces' must be private and have accessor methods. | 583 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 584 |
![]() |
design | VisibilityModifier | Variable 'element' must be private and have accessor methods. | 584 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 585 |
![]() |
design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 585 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 586 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
design | VisibilityModifier | Variable 'mixed' must be private and have accessor methods. | 587 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 588 |
![]() |
design | VisibilityModifier | Variable 'complex' must be private and have accessor methods. | 588 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 589 |
![]() |
design | VisibilityModifier | Variable 'topLevel' must be private and have accessor methods. | 589 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 177 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 182 |
![]() |
naming | MemberName | Name '_atts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
design | VisibilityModifier | Variable 'enable' must be private and have accessor methods. | 192 |
![]() |
naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 260 |
![]() |
design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 316 |
![]() |
misc | FinalParameters | Parameter annotated should be final. | 316 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 316 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 316 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 316 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 318 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 329 |
![]() |
misc | FinalParameters | Parameter annotation should be final. | 329 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 329 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 329 |
![]() |
naming | LocalVariableName | Name 'ELEM_ANNOTATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 |
![]() |
naming | LocalVariableName | Name 'ELEM_APPINFO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
![]() |
naming | LocalVariableName | Name 'ELEM_DOCUMENTATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 418 |
![]() |
misc | FinalParameters | Parameter attribute should be final. | 418 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 418 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 418 |
![]() |
naming | LocalVariableName | Name 'ELEM_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 429 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 457 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 464 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 473 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 483 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 484 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 487 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 505 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 511 |
![]() |
misc | FinalParameters | Parameter attGroup should be final. | 511 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 511 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 512 |
![]() |
naming | LocalVariableName | Name 'ELEM_ATTRIBUTE_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 541 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 545 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 558 |
![]() |
sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 564 |
![]() |
misc | FinalParameters | Parameter complexType should be final. | 564 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 564 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 565 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 588 |
![]() |
naming | LocalVariableName | Name 'ELEM_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 609 |
![]() |
naming | LocalVariableName | Name 'ELEM_DERIVATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 613 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 640 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 641 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 665 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 668 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 683 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 717 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 739 |
![]() |
misc | FinalParameters | Parameter contentModel should be final. | 739 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 739 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 740 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 766 |
![]() |
sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 766 |
![]() |
misc | FinalParameters | Parameter element should be final. | 766 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 766 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 766 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 766 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 767 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 776 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 778 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 784 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 799 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 808 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 810 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 814 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 820 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 838 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 848 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 860 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 878 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 884 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 914 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 916 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 923 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 930 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 936 |
![]() |
misc | FinalParameters | Parameter group should be final. | 936 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 936 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 936 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 937 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 950 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 953 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 958 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 983 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 989 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1007 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1012 |
![]() |
misc | FinalParameters | Parameter constraint should be final. | 1012 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1012 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 1012 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1013 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1018 |
![]() |
naming | LocalVariableName | Name 'ELEM_SELECTOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1059 |
![]() |
naming | LocalVariableName | Name 'ELEM_FIELD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1075 |
![]() |
sizes | MethodLength | Method length is 215 lines (max allowed is 150). | 1094 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1094 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1094 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 1108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1153 |
![]() |
naming | LocalVariableName | Name 'ELEM_SCHEMA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 1247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1294 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1316 |
![]() |
misc | FinalParameters | Parameter wildcard should be final. | 1316 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1316 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1316 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1318 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1319 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1321 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 1349 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1369 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1369 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1369 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1369 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1370 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1388 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1388 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1388 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1388 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1389 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1405 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1405 |
![]() |
misc | FinalParameters | Parameter parentSchema should be final. | 1405 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 1405 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1405 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1406 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1407 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1447 |
![]() |
misc | FinalParameters | Parameter simpleType should be final. | 1447 |
![]() |
misc | FinalParameters | Parameter schemaPrefix should be final. | 1447 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1447 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1449 |
![]() |
naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1452 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1482 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1495 |
![]() |
naming | LocalVariableName | Name 'ELEM_RESTRICTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1501 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1541 |
![]() |
naming | LocalVariableName | Name 'ELEM_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1545 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1585 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1634 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1647 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1653 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1653 |
![]() |
misc | FinalParameters | Parameter element should be final. | 1653 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1662 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1668 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1668 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 1668 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1669 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1677 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1680 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 1683 |
![]() |
misc | FinalParameters | Parameter typeName should be final. | 1683 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
![]() |
misc | FinalParameters | Parameter rexpr should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter value should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Namespaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
coding | HiddenField | 'namespacesStack' hides a field. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Namespaces. | 42 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
![]() |
coding | HiddenField | 'namespacesStack' hides a field. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 |
![]() |
design | DesignForExtension | Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | MemberName | Name '_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
design | VisibilityModifier | Variable '_map' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter namedNodeMap should be final. | 37 |
![]() |
design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 101 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 115 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
misc | FinalParameters | Parameter size should be final. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
![]() |
design | DesignForExtension | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter name should be final. | 97 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 97 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
design | DesignForExtension | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 129 |
![]() |
design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 148 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter index should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 154 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 159 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
misc | FinalParameters | Parameter name should be final. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 171 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 177 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 189 |
![]() |
design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 200 |
![]() |
design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 206 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter name should be final. | 228 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 228 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter name should be final. | 256 |
![]() |
coding | HiddenField | 'name' hides a field. | 256 |
![]() |
misc | FinalParameters | Parameter value should be final. | 256 |
![]() |
coding | HiddenField | 'value' hides a field. | 256 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 256 |
![]() |
coding | HiddenField | 'namespace' hides a field. | 256 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
naming | MemberName | Name '_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
misc | FinalParameters | Parameter object should be final. | 62 |
![]() |
design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter object should be final. | 90 |
![]() |
design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter node should be final. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handler'. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter node should be final. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 96 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
misc | FinalParameters | Parameter document should be final. | 112 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 114 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
misc | FinalParameters | Parameter node should be final. | 148 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 148 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 150 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 152 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
misc | FinalParameters | Parameter element should be final. | 227 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'element'. | 227 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 227 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 229 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 231 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 250 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
misc | FinalParameters | Parameter text should be final. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'text'. | 257 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 257 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 259 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 261 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
whitespace | MethodParamPad | '(' should be on the previous line. | 291 |
![]() |
misc | FinalParameters | Parameter pi should be final. | 291 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 291 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 293 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 295 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
whitespace | MethodParamPad | '(' should be on the previous line. | 317 |
![]() |
misc | FinalParameters | Parameter node should be final. | 317 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 317 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.xml.sax.SAXException'. | 319 |
![]() |
blocks | LeftCurly | '{' should be on the previous line. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name '_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Namespaces. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name '_createNamespaceScope' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
misc | FinalParameters | Parameter handler should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'chars'. | 83 |
![]() |
misc | FinalParameters | Parameter start should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'start'. | 83 |
![]() |
misc | FinalParameters | Parameter length should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 83 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 98 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localName'. | 98 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 98 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 106 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
misc | FinalParameters | Parameter chars should be final. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'chars'. | 115 |
![]() |
misc | FinalParameters | Parameter start should be final. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'start'. | 115 |
![]() |
misc | FinalParameters | Parameter length should be final. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter target should be final. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'target'. | 122 |
![]() |
misc | FinalParameters | Parameter data should be final. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'data'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 122 |
![]() |
design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter locator should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locator'. | 129 |
![]() |
misc | FinalParameters | Parameter arg0 should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 136 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 136 |
![]() |
design | DesignForExtension | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 151 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 151 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localName'. | 151 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 151 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 151 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 178 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 178 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.AbstractInternalContext. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Namespaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() |
naming | MemberName | Name '_startingNode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
naming | MemberName | Name '_nodeStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
![]() |
naming | MemberName | Name '_processNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | MemberName | Name '_character' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
naming | MemberName | Name '_wsPreserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
misc | FinalParameters | Parameter namespacesStack should be final. | 118 |
![]() |
coding | HiddenField | 'namespacesStack' hides a field. | 118 |
![]() |
misc | FinalParameters | Parameter wsPreserve should be final. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 134 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 139 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 141 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 143 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 143 |
![]() |
misc | FinalParameters | Parameter start should be final. | 143 |
![]() |
misc | FinalParameters | Parameter length should be final. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 147 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter target should be final. | 147 |
![]() |
misc | FinalParameters | Parameter data should be final. | 147 |
![]() |
design | DesignForExtension | Method 'skippedEntity' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter name should be final. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 157 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 157 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 157 |
![]() |
design | DesignForExtension | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 167 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 175 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
misc | FinalParameters | Parameter name should be final. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 175 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 201 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 202 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 225 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 235 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespaceURI'. | 235 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localName'. | 235 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qName'. | 235 |
![]() |
misc | FinalParameters | Parameter atts should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'atts'. | 235 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 260 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 298 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
misc | FinalParameters | Parameter name should be final. | 312 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 320 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 320 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 320 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 323 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 332 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 351 |
![]() |
misc | FinalParameters | Parameter start should be final. | 351 |
![]() |
misc | FinalParameters | Parameter length should be final. | 351 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 355 |
![]() |
design | DesignForExtension | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
misc | FinalParameters | Parameter e should be final. | 365 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 365 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 366 |
![]() |
design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
![]() |
misc | FinalParameters | Parameter e should be final. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 372 |
![]() |
design | DesignForExtension | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
misc | FinalParameters | Parameter e should be final. | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 378 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 386 |
![]() |
design | DesignForExtension | Method 'getStartingNode' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 394 |
![]() |
misc | FinalParameters | Parameter string should be final. | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 414 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 415 |
![]() |
misc | FinalParameters | Parameter ncName should be final. | 418 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ncName'. | 418 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 425 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
![]() |
misc | FinalParameters | Parameter namespaceURI should be final. | 425 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 425 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 425 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 437 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 439 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 447 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | MemberName | Name '_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name '_parents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
misc | FinalParameters | Parameter node should be final. | 64 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 101 |
![]() |
misc | FinalParameters | Parameter target should be final. | 101 |
![]() |
misc | FinalParameters | Parameter data should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
misc | FinalParameters | Parameter node should be final. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.xml.Namespaces. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
misc | FinalParameters | Parameter xmlEventWriter should be final. | 69 |
![]() |
coding | HiddenField | 'xmlEventWriter' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 96 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 96 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 106 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 106 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 106 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 106 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 111 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 118 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 118 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 118 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 128 |
![]() |
misc | FinalParameters | Parameter start should be final. | 128 |
![]() |
misc | FinalParameters | Parameter length should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 138 |
![]() |
misc | FinalParameters | Parameter start should be final. | 138 |
![]() |
misc | FinalParameters | Parameter length should be final. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 141 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
![]() |
misc | FinalParameters | Parameter target should be final. | 148 |
![]() |
misc | FinalParameters | Parameter data should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 166 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 166 |
![]() |
misc | FinalParameters | Parameter e should be final. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 171 |
![]() |
design | FinalClass | Class AttributeIterator should be declared as final. | 177 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 194 |
![]() |
coding | HiddenField | 'attributes' hides a field. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 218 |
![]() |
design | FinalClass | Class NamespaceIterator should be declared as final. | 225 |
![]() |
misc | FinalParameters | Parameter namespaces should be final. | 252 |
![]() |
coding | HiddenField | 'namespaces' hides a field. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 289 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
misc | FinalParameters | Parameter xmlStreamWriter should be final. | 60 |
![]() |
coding | HiddenField | 'xmlStreamWriter' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
![]() |
design | DesignForExtension | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 86 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 86 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 96 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 96 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 96 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 126 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 126 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 126 |
![]() |
design | DesignForExtension | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 136 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 136 |
![]() |
misc | FinalParameters | Parameter start should be final. | 136 |
![]() |
misc | FinalParameters | Parameter length should be final. | 136 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 146 |
![]() |
misc | FinalParameters | Parameter start should be final. | 146 |
![]() |
misc | FinalParameters | Parameter length should be final. | 146 |
![]() |
design | DesignForExtension | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 156 |
![]() |
misc | FinalParameters | Parameter target should be final. | 156 |
![]() |
misc | FinalParameters | Parameter data should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 174 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 174 |
![]() |
misc | FinalParameters | Parameter e should be final. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.JavaNaming. | 39 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.XMLNaming. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.exolab.castor.mapping.MappingException'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 81 |
![]() |
misc | FinalParameters | Parameter primitiveNodeType should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 114 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 118 |
![]() |
misc | FinalParameters | Parameter primitiveNodeType should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'primitiveNodeType'. | 118 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 210 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | MemberName | Name '_attArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | MemberName | Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | MemberName | Name '_containerCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | MemberName | Name '_contentDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | MemberName | Name '_elemArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | MemberName | Name '_nsPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 133 |
![]() |
naming | MemberName | Name '_elementDefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 139 |
![]() |
naming | MemberName | Name '_extends' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
naming | MemberName | Name '_identity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() |
naming | MemberName | Name '_accessMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 150 |
![]() |
naming | MemberName | Name '_introspected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
naming | MemberName | Name '_compositor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 160 |
![]() |
naming | MemberName | Name '_sequenceOfElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
naming | MemberName | Name '_substitutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
![]() |
naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() |
misc | FinalParameters | Parameter type should be final. | 190 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 190 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xmlName'. | 190 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
coding | MagicNumber | '5' is a magic number. | 205 |
![]() |
coding | MagicNumber | '7' is a magic number. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 215 |
![]() |
design | DesignForExtension | Method 'addFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 226 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 228 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'descriptor'. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 247 |
![]() |
design | DesignForExtension | Method 'getAttributeDescriptors' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 257 |
![]() |
design | DesignForExtension | Method 'getContentDescriptor' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 267 |
![]() |
design | DesignForExtension | Method 'getElementDescriptors' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
design | DesignForExtension | Method 'checkDescriptorForCorrectOrderWithinSequence' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 282 |
![]() |
misc | FinalParameters | Parameter parentState should be final. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentState'. | 282 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xmlName'. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
![]() |
misc | FinalParameters | Parameter possibleNames should be final. | 369 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 397 |
![]() |
design | DesignForExtension | Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
misc | FinalParameters | Parameter name should be final. | 397 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 397 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 397 |
![]() |
misc | FinalParameters | Parameter nodeType should be final. | 397 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 404 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 424 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 434 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 438 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 450 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 457 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 470 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 478 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 484 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 488 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 498 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 501 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 521 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 551 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 556 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 572 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 575 |
![]() |
design | DesignForExtension | Method 'isElementDefinition' is not designed for extension - needs to be abstract, final or empty. | 575 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 580 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 582 |
![]() |
design | DesignForExtension | Method 'hasContainerFields' is not designed for extension - needs to be abstract, final or empty. | 587 |
![]() |
design | DesignForExtension | Method 'removeFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 597 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 599 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 622 |
![]() |
design | DesignForExtension | Method 'setCompositorAsAll' is not designed for extension - needs to be abstract, final or empty. | 633 |
![]() |
design | DesignForExtension | Method 'setCompositorAsChoice' is not designed for extension - needs to be abstract, final or empty. | 640 |
![]() |
design | DesignForExtension | Method 'setCompositorAsSequence' is not designed for extension - needs to be abstract, final or empty. | 647 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 651 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 653 |
![]() |
design | DesignForExtension | Method 'setExtends' is not designed for extension - needs to be abstract, final or empty. | 656 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 656 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 680 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 681 |
![]() |
design | DesignForExtension | Method 'setIdentity' is not designed for extension - needs to be abstract, final or empty. | 684 |
![]() |
misc | FinalParameters | Parameter fieldDesc should be final. | 684 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fieldDesc'. | 684 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 696 |
![]() |
design | DesignForExtension | Method 'setNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() |
misc | FinalParameters | Parameter nsPrefix should be final. | 698 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 705 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 707 |
![]() |
misc | FinalParameters | Parameter nsURI should be final. | 707 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 714 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 721 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 724 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 726 |
![]() |
misc | FinalParameters | Parameter xmlName should be final. | 726 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 731 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 736 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 739 |
![]() |
design | DesignForExtension | Method 'setElementDefinition' is not designed for extension - needs to be abstract, final or empty. | 742 |
![]() |
misc | FinalParameters | Parameter elementDefinition should be final. | 742 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 747 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 748 |
![]() |
design | DesignForExtension | Method 'sortDescriptors' is not designed for extension - needs to be abstract, final or empty. | 751 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 794 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 799 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 804 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 806 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 815 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 820 |
![]() |
misc | FinalParameters | Parameter object should be final. | 820 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 820 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 824 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 826 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 830 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 830 |
![]() |
sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 830 |
![]() |
misc | FinalParameters | Parameter object should be final. | 830 |
![]() |
misc | FinalParameters | Parameter context should be final. | 830 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ValidationException'. | 830 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 840 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 866 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 884 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 886 |
![]() |
coding | MagicNumber | '40' is a magic number. | 966 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1028 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1029 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 1032 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1036 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1054 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1055 |
![]() |
design | DesignForExtension | Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. | 1082 |
![]() |
design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 1092 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 |
![]() |
design | DesignForExtension | Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. | 1117 |
![]() |
design | DesignForExtension | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 1127 |
![]() |
design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 1137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 1142 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1145 |
![]() |
design | DesignForExtension | Method 'canAccept' is not designed for extension - needs to be abstract, final or empty. | 1145 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1145 |
![]() |
misc | FinalParameters | Parameter namespace should be final. | 1145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 1145 |
![]() |
misc | FinalParameters | Parameter object should be final. | 1145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 1145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 1152 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 1156 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1157 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1184 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 1186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1187 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 1189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1225 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 1258 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1262 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 1262 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1264 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1268 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 1280 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1285 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1286 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1293 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 1296 |
![]() |
design | DesignForExtension | Method 'setJavaClass' is not designed for extension - needs to be abstract, final or empty. | 1317 |
![]() |
misc | FinalParameters | Parameter type should be final. | 1317 |
![]() |
design | DesignForExtension | Method 'setExtendsWithoutFlatten' is not designed for extension - needs to be abstract, final or empty. | 1321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1321 |
![]() |
misc | FinalParameters | Parameter classDesc should be final. | 1321 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 1326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 1329 |
![]() |
design | DesignForExtension | Method 'setIntrospected' is not designed for extension - needs to be abstract, final or empty. | 1332 |
![]() |
misc | FinalParameters | Parameter introspected should be final. | 1332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 1349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1354 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 1354 |
![]() |
misc | FinalParameters | Parameter relink should be final. | 1354 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'relink'. | 1354 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1356 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 1378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1391 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 1416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 1418 |
![]() |
design | DesignForExtension | Method 'addSequenceElement' is not designed for extension - needs to be abstract, final or empty. | 1420 |
![]() |
misc | FinalParameters | Parameter element should be final. | 1420 |
![]() |
design | DesignForExtension | Method 'getSubstitutes' is not designed for extension - needs to be abstract, final or empty. | 1424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1424 |
![]() |
design | DesignForExtension | Method 'setSubstitutes' is not designed for extension - needs to be abstract, final or empty. | 1428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1428 |
![]() |
misc | FinalParameters | Parameter substitutes should be final. | 1428 |
![]() |
design | DesignForExtension | Method 'isChoice' is not designed for extension - needs to be abstract, final or empty. | 1432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1437 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 1441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1446 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 1451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1456 |
![]() |
design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 1459 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 1464 |
![]() |
design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 1468 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
![]() |
naming | MemberName | Name '_descriptorCache' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_mappingLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | MemberName | Name '_useIntrospector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
![]() |
naming | MemberName | Name '_loadPackageMappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | MemberName | Name '_introspector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
![]() |
naming | MemberName | Name '_resolverStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 112 |
![]() |
design | DesignForExtension | Method 'setInternalContext' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
design | DesignForExtension | Method 'getMappingLoader' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
design | DesignForExtension | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
design | DesignForExtension | Method 'setUseIntrospection' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
design | DesignForExtension | Method 'setLoadPackageMappings' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'setMappingLoader' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
design | DesignForExtension | Method 'setIntrospector' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
design | DesignForExtension | Method 'setResolverStrategy' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 227 |
![]() |
design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 256 |
![]() |
design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 290 |
![]() |
design | DesignForExtension | Method 'resolveByXMLName' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 317 |
![]() |
design | DesignForExtension | Method 'resolveAllByXMLName' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() |
design | DesignForExtension | Method 'addClasses' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
design | DesignForExtension | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
design | DesignForExtension | Method 'addClasses' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
design | DesignForExtension | Method 'addPackage' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 392 |
![]() |
design | DesignForExtension | Method 'addPackages' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 404 |
![]() |
design | DesignForExtension | Method 'loadClassDescriptors' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 417 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 427 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 429 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 438 |
![]() |
naming | MemberName | Name '_missingTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
![]() |
naming | MemberName | Name '_typeMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 |
![]() |
naming | MemberName | Name '_xmlNameMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 447 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 449 |
![]() |
naming | MemberName | Name '_lock' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 450 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 472 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 474 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 475 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 478 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 484 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 504 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 548 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 565 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 569 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 570 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 592 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 595 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 596 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 597 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 602 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 604 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 621 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 625 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 631 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 639 |
![]() |
design | DesignForExtension | Method 'cleanDescriptorCache' is not designed for extension - needs to be abstract, final or empty. | 641 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 59 |
![]() |
naming | MemberName | Name '_argIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 67 |
![]() |
naming | MemberName | Name '_incremental' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | MemberName | Name '_isReference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
design | VisibilityModifier | Variable '_isReference' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name '_isWild' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_mapped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
naming | MemberName | Name '_matches' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | MemberName | Name '_nillable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | MemberName | Name '_nodeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
naming | MemberName | Name '_nsPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | MemberName | Name '_nsURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
naming | MemberName | Name '_xmlProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | MemberName | Name '_schemaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | MemberName | Name '_componentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
![]() |
naming | MemberName | Name '_qNamePrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 106 |
![]() |
naming | MemberName | Name '_useParentClassNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
naming | MemberName | Name '_xmlName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 117 |
![]() |
naming | MemberName | Name '_xmlPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
naming | MemberName | Name '_substitutes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 125 |
![]() |
naming | MemberName | Name '_derivedFromXSList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 173 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'primitiveNodeType'. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 247 |
![]() |
design | DesignForExtension | Method 'setConstructorArgumentIndex' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 259 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 261 |
![]() |
design | DesignForExtension | Method 'getConstructorArgumentIndex' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 266 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 268 |
![]() |
design | DesignForExtension | Method 'isConstructorArgument' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 280 |
![]() |
design | DesignForExtension | Method 'setLocationPath' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 314 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 316 |
![]() |
design | DesignForExtension | Method 'getLocationPath' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 323 |
![]() |
design | DesignForExtension | Method 'setNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 330 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 332 |
![]() |
design | DesignForExtension | Method 'getNameSpacePrefix' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 338 |
![]() |
design | DesignForExtension | Method 'setUseParentsNamespace' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useParentsNamespace'. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 347 |
![]() |
design | DesignForExtension | Method 'setNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 354 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 356 |
![]() |
design | DesignForExtension | Method 'getNameSpaceURI' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
design | DesignForExtension | Method 'setNodeType' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 382 |
![]() |
design | DesignForExtension | Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() |
design | DesignForExtension | Method 'setXMLProperty' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 411 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 413 |
![]() |
design | DesignForExtension | Method 'getXMLProperty' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propertyName'. | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 421 |
![]() |
design | DesignForExtension | Method 'setSchemaType' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 430 |
![]() |
design | DesignForExtension | Method 'setComponentType' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 441 |
![]() |
design | DesignForExtension | Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 447 |
![]() |
design | DesignForExtension | Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 454 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 467 |
![]() |
design | DesignForExtension | Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() |
design | DesignForExtension | Method 'setXMLName' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 483 |
![]() |
design | DesignForExtension | Method 'getXMLName' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 490 |
![]() |
design | DesignForExtension | Method 'setContainer' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 499 |
![]() |
design | DesignForExtension | Method 'isContainer' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 507 |
![]() |
design | DesignForExtension | Method 'setIncremental' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 517 |
![]() |
design | DesignForExtension | Method 'isIncremental' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 524 |
![]() |
design | DesignForExtension | Method 'setMapped' is not designed for extension - needs to be abstract, final or empty. | 526 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 533 |
![]() |
design | DesignForExtension | Method 'isMapped' is not designed for extension - needs to be abstract, final or empty. | 533 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 538 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 542 |
![]() |
design | DesignForExtension | Method 'setNillable' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 551 |
![]() |
design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 556 |
![]() |
design | DesignForExtension | Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 568 |
![]() |
design | DesignForExtension | Method 'isReference' is not designed for extension - needs to be abstract, final or empty. | 568 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 573 |
![]() |
design | DesignForExtension | Method 'setQNamePrefix' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'qNamePrefix'. | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 583 |
![]() |
design | DesignForExtension | Method 'getQNamePrefix' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 595 |
![]() |
design | DesignForExtension | Method 'setMatches' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() |
misc | FinalParameters | Parameter matchExpr should be final. | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 619 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 621 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'xmlName'. | 621 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 639 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 661 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 663 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 668 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 698 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 699 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 705 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 707 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 710 |
![]() |
coding | MagicNumber | '17' is a magic number. | 711 |
![]() |
coding | MagicNumber | '17' is a magic number. | 712 |
![]() |
coding | MagicNumber | '17' is a magic number. | 713 |
![]() |
coding | MagicNumber | '17' is a magic number. | 715 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 720 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 720 |
![]() |
coding | MagicNumber | '32' is a magic number. | 721 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 730 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 731 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 754 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 769 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 773 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 779 |
![]() |
design | DesignForExtension | Method 'getSubstitutes' is not designed for extension - needs to be abstract, final or empty. | 782 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 788 |
![]() |
design | DesignForExtension | Method 'setSubstitutes' is not designed for extension - needs to be abstract, final or empty. | 791 |
![]() |
misc | FinalParameters | Parameter substitutes should be final. | 791 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 797 |
![]() |
design | DesignForExtension | Method 'setDerivedFromXSList' is not designed for extension - needs to be abstract, final or empty. | 800 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 806 |
![]() |
design | DesignForExtension | Method 'isDerivedFromXSList' is not designed for extension - needs to be abstract, final or empty. | 809 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_elementCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
misc | FinalParameters | Parameter size should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 76 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 126 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 131 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 156 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter index should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
coding | MagicNumber | '31' is a magic number. | 182 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 188 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 193 |
![]() |
design | DesignForExtension | Method 'indexOf' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
misc | FinalParameters | Parameter index should be final. | 223 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
misc | FinalParameters | Parameter descriptor should be final. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 249 |
![]() |
design | DesignForExtension | Method 'trimToSize' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 270 |
![]() |
design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 281 |
![]() |
design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
misc | FinalParameters | Parameter dst should be final. | 285 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dst'. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 290 |
![]() |
design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
misc | FinalParameters | Parameter dst should be final. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dst'. | 294 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'offset'. | 294 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 313 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 317 |
![]() |
coding | MagicNumber | '3' is a magic number. | 318 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 323 |
![]() |
misc | FinalParameters | Parameter index should be final. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 326 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'properties'. | 51 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'defaultFeatures'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parserFeatures'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parserFeaturesToDisable'. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
misc | FinalParameters | Parameter saxParserFactory should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'saxParserFactory'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 225 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 258 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 260 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 269 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 276 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'className'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'packageName'. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - java.io.InputStream. | 17 |
![]() |
imports | UnusedImports | Unused import - java.util.Enumeration. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | MemberName | Name '_loadedPackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
misc | FinalParameters | Parameter url should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
![]() |
design | DesignForExtension | Method 'internalResolve' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
![]() |
design | DesignForExtension | Method 'internalResolve' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
design | DesignForExtension | Method 'internalResolve' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
![]() |
design | DesignForExtension | Method 'internalResolve' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | MemberName | Name '_loadedPackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classLoader'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MappingException'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
![]() |
design | DesignForExtension | Method 'internalResolve' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.castor.xml.AbstractInternalContext. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
![]() |
design | DesignForExtension | Method 'resolveClass' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
![]() |
design | DesignForExtension | Method 'resolvePackage' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 46 |
![]() |
misc | FinalParameters | Parameter packageName should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
misc | FinalParameters | Parameter className should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
![]() |
misc | FinalParameters | Parameter ns1 should be final. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ns1'. | 78 |
![]() |
misc | FinalParameters | Parameter ns2 should be final. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ns2'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </lu> | 95 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
misc | FinalParameters | Parameter classLoader should be final. | 116 |
![]() |
misc | FinalParameters | Parameter className should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 109 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 135 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 163 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 172 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 183 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 194 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 205 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 219 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 260 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 95 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 121 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 134 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 169 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 180 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 191 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 233 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 256 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
naming | MemberName | Name '_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_maxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_minExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 59 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 93 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 103 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
![]() |
design | DesignForExtension | Method 'getMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 123 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 133 |
![]() |
design | DesignForExtension | Method 'getMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 177 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 188 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 199 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 226 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 276 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
naming | StaticVariableName | Name '_bdMethodToPlainString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 60 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
![]() |
naming | MemberName | Name '_fractionDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_hasMinExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
naming | MemberName | Name '_hasMaxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 111 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 121 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 131 |
![]() |
design | DesignForExtension | Method 'getMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 141 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 151 |
![]() |
design | DesignForExtension | Method 'getMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 157 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 176 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 184 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 198 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 209 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 223 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 238 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 254 |
![]() |
design | DesignForExtension | Method 'setFractionDigits' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 322 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 376 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 384 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 400 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 412 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 415 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
![]() |
naming | MemberName | Name '_useMinInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_useMinExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_useMaxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_useMaxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | MemberName | Name '_usePositiveInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name '_useNegativeInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
![]() |
naming | MemberName | Name '_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
![]() |
naming | MemberName | Name '_minExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
![]() |
naming | MemberName | Name '_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
![]() |
naming | MemberName | Name '_maxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name '_positiveInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | MemberName | Name '_negativeInfinity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
design | DesignForExtension | Method 'clearPositiveInfinity' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'clearNegativeInfinity' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
design | DesignForExtension | Method 'getMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 169 |
![]() |
design | DesignForExtension | Method 'getMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
design | DesignForExtension | Method 'getPositiveInfinity' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
design | DesignForExtension | Method 'getNegativeInfinity' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 205 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 213 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 224 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 235 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
design | DesignForExtension | Method 'setPositiveInfinity' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
design | DesignForExtension | Method 'setNegativeInfinity' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 273 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 296 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
naming | MemberName | Name '_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
naming | MemberName | Name '_maxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
naming | MemberName | Name '_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
![]() |
naming | MemberName | Name '_minExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 94 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 104 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 114 |
![]() |
design | DesignForExtension | Method 'getMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 124 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 134 |
![]() |
design | DesignForExtension | Method 'getMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 159 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 167 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 200 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 269 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
naming | MemberName | Name '_useMinInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_useMinExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_useMaxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_useMaxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
![]() |
naming | MemberName | Name '_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
![]() |
naming | MemberName | Name '_minExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
naming | MemberName | Name '_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
naming | MemberName | Name '_maxExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 115 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 128 |
![]() |
design | DesignForExtension | Method 'getMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 141 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
![]() |
design | DesignForExtension | Method 'getMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 189 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 200 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 211 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 222 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 239 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 262 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 289 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
![]() |
naming | MemberName | Name '_idRefValidator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 35 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 86 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 99 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 112 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 152 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 160 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 193 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 207 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 224 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 247 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 274 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 98 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 111 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 124 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 164 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 193 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 216 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 226 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 240 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 250 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 264 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 275 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 289 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 302 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 350 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 401 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 95 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 121 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 134 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 169 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 180 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 191 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 256 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 63 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'resourceBundle' must be private and have accessor methods. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
naming | MemberName | Name '_patterns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | MemberName | Name '_nillable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_regex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
design | DesignForExtension | Method 'getPatterns' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 106 |
![]() |
design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
design | DesignForExtension | Method 'hasPattern' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 127 |
![]() |
design | DesignForExtension | Method 'setNillable' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'addPattern' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'clearPatterns' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 208 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
naming | MemberName | Name '_useMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_useMax' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_useFixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
naming | MemberName | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
naming | MemberName | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_totalDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'clearMax' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
design | DesignForExtension | Method 'clearMin' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
![]() |
design | DesignForExtension | Method 'getFixed' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
design | DesignForExtension | Method 'getMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 120 |
![]() |
design | DesignForExtension | Method 'getMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 133 |
![]() |
design | DesignForExtension | Method 'getTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'hasFixed' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 160 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 168 |
![]() |
design | DesignForExtension | Method 'setMinExclusive' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 179 |
![]() |
design | DesignForExtension | Method 'setMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 190 |
![]() |
design | DesignForExtension | Method 'setMaxExclusive' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 201 |
![]() |
design | DesignForExtension | Method 'setMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 215 |
![]() |
design | DesignForExtension | Method 'setTotalDigits' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 231 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 253 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
naming | MemberName | Name '_minOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_maxOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_validator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
design | DesignForExtension | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
design | DesignForExtension | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 140 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_required' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_whiteSpace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
naming | MemberName | Name '_minLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
![]() |
naming | MemberName | Name '_maxLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | DesignForExtension | Method 'clearFixed' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'setFixed' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
![]() |
design | DesignForExtension | Method 'setFixedValue' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
![]() |
design | DesignForExtension | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
![]() |
design | DesignForExtension | Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 119 |
![]() |
design | DesignForExtension | Method 'setLength' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
design | DesignForExtension | Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
![]() |
design | DesignForExtension | Method 'setWhiteSpace' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 272 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 302 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 211 |
![]() |
coding | MagicNumber | '0x3031' is a magic number. | 218 |
![]() |
coding | MagicNumber | '0x3035' is a magic number. | 218 |
![]() |
coding | MagicNumber | '0x30FC' is a magic number. | 222 |
![]() |
coding | MagicNumber | '0x30FE' is a magic number. | 222 |
![]() |
coding | MagicNumber | '0x00B7' is a magic number. | 227 |
![]() |
coding | MagicNumber | '0x02D0' is a magic number. | 228 |
![]() |
coding | MagicNumber | '0x02D1' is a magic number. | 229 |
![]() |
coding | MagicNumber | '0x0387' is a magic number. | 230 |
![]() |
coding | MagicNumber | '0x0640' is a magic number. | 231 |
![]() |
coding | MagicNumber | '0x0E46' is a magic number. | 232 |
![]() |
coding | MagicNumber | '0x0EC6' is a magic number. | 233 |
![]() |
coding | MagicNumber | '0x3005' is a magic number. | 234 |
![]() |
coding | MagicNumber | '0x309D' is a magic number. | 235 |
![]() |
coding | MagicNumber | '0x309E' is a magic number. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
![]() |
misc | FinalParameters | Parameter aClass should be final. | 37 |
![]() |
misc | FinalParameters | Parameter methodName should be final. | 37 |
![]() |
misc | FinalParameters | Parameter parameterTypes should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter anObject should be final. | 64 |
![]() |
misc | FinalParameters | Parameter method should be final. | 64 |
![]() |
misc | FinalParameters | Parameter params should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter e should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 91 |
![]() |
misc | FinalParameters | Parameter message should be final. | 94 |
![]() |
misc | FinalParameters | Parameter e should be final. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter e should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 114 |
![]() |
misc | FinalParameters | Parameter message should be final. | 114 |
![]() |
misc | FinalParameters | Parameter e should be final. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 89 |
![]() |
design | DesignForExtension | Method 'setMethod' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter method should be final. | 93 |
![]() |
design | DesignForExtension | Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'setIndenting' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
![]() |
design | DesignForExtension | Method 'setPreserveSpace' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter preserveSpace should be final. | 109 |
![]() |
design | DesignForExtension | Method 'setDoctype' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter type1 should be final. | 114 |
![]() |
misc | FinalParameters | Parameter type2 should be final. | 114 |
![]() |
design | DesignForExtension | Method 'setOmitXMLDeclaration' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter omitXMLDeclaration should be final. | 119 |
![]() |
design | DesignForExtension | Method 'setOmitDocumentType' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter omitDocumentType should be final. | 124 |
![]() |
design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 129 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter version should be final. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter method should be final. | 139 |
![]() |
misc | FinalParameters | Parameter params should be final. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
naming | StaticVariableName | Name '_serializerClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
naming | StaticVariableName | Name '_asDocumentHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
naming | StaticVariableName | Name '_setOutputByteStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | StaticVariableName | Name '_setOutputCharStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | StaticVariableName | Name '_setOutputFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_serializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 86 |
![]() |
design | DesignForExtension | Method 'asDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 87 |
![]() |
design | DesignForExtension | Method 'setOutputByteStream' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter output should be final. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 93 |
![]() |
design | DesignForExtension | Method 'setOutputCharStream' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter out should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 101 |
![]() |
design | DesignForExtension | Method 'setOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
misc | FinalParameters | Parameter format should be final. | 109 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'format'. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter method should be final. | 114 |
![]() |
misc | FinalParameters | Parameter params should be final. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
![]() |
design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
design | DesignForExtension | Method 'getOutputFormat' is not designed for extension - needs to be abstract, final or empty. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.builder.SourceGenerator. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
naming | MemberName | Name '_staticInitializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
![]() |
naming | MemberName | Name '_constants' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
naming | MemberName | Name '_constructors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
naming | MemberName | Name '_methods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Name '_innerClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | MemberName | Name '_sourceCodeEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Method 'getSourceCodeEntries' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useOldFieldNaming'. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 329 |
![]() |
design | DesignForExtension | Method 'addConstructor' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 511 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 516 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 516 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 520 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 521 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 531 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 538 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 558 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 600 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 610 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 611 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 615 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 651 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 662 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 677 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 689 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 699 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 699 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 709 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 723 |
![]() |
design | DesignForExtension | Method 'addSourceCode' is not designed for extension - needs to be abstract, final or empty. | 726 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 730 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
![]() |
naming | MemberName | Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
naming | MemberName | Name '_initString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | MemberName | Name '_isDateTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
naming | MemberName | Name '_declaringClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
design | DesignForExtension | Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
design | DesignForExtension | Method 'getDeclaringClass' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
design | DesignForExtension | Method 'getInitString' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'getModifiers' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
design | DesignForExtension | Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
![]() |
design | DesignForExtension | Method 'setInitString' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'setModifiers' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
design | DesignForExtension | Method 'setDeclaringClass' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'isDateTime' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
design | DesignForExtension | Method 'setDateTime' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
![]() |
naming | MemberName | Name '_annotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 136 |
![]() |
naming | MemberName | Name '_annotationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 158 |
![]() |
naming | MemberName | Name '_elementValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 332 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 447 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.builder.SourceGenerator. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
![]() |
naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
coding | MagicNumber | '100' is a magic number. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | MemberName | Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.exolab.castor.builder.SourceGenerator. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 41 |
![]() |
naming | MemberName | Name '_superClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
misc | FinalParameters | Parameter useOldFieldNaming should be final. | 70 |
![]() |
design | DesignForExtension | Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
coding | MagicNumber | '32' is a magic number. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Method 'changeLocalName' is not designed for extension - needs to be abstract, final or empty. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | MemberName | Name '_indentSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 26 |
![]() |
naming | MemberName | Name '_instanceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | MemberName | Name '_useExtends' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | MemberName | Name '_style' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
naming | MemberName | Name '_maxLength' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
naming | MemberName | Name '_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
naming | MemberName | Name '_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
naming | MemberName | Name '_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
naming | MemberName | Name '_sb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 69 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
![]() |
naming | MemberName | Name '_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_fileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | MemberName | Name '_classes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | MemberName | Name '_interfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 269 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 369 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 379 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 395 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
naming | MemberName | Name '_componentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | MemberName | Name '_useJava50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
![]() |
naming | MemberName | Name '_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_declaringClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_sourceCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_exceptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
coding | MagicNumber | '64' is a magic number. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
![]() |
coding | MagicNumber | '32' is a magic number. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
naming | MemberName | Name '_descriptors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
![]() |
naming | MemberName | Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
![]() |
naming | MemberName | Name '_enumConstants' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.ArrayUtils. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
![]() |
naming | MemberName | Name '_arguments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Name '_comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | MemberName | Name '_methods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
![]() |
naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
naming | MemberName | Name '_methods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
coding | MagicNumber | '100' is a magic number. | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
naming | MemberName | Name '_classes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
naming | MemberName | Name '_jdc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | MemberName | Name '_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
naming | MemberName | Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
naming | MemberName | Name '_returnType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
naming | MemberName | Name '_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | MemberName | Name '_jdc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | MemberName | Name '_exceptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 134 |
![]() |
coding | MagicNumber | '96' is a magic number. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 279 |
![]() |
coding | MagicNumber | '32' is a magic number. | 345 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_visibility' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
naming | MemberName | Name '_isStatic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
naming | MemberName | Name '_isFinal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
![]() |
naming | MemberName | Name '_isAbstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
naming | MemberName | Name '_isTransient' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
![]() |
naming | MemberName | Name '_wrapperName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | MemberName | Name '_indentSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | MemberName | Name '_currentIndent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
coding | MagicNumber | '100' is a magic number. | 267 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_lineSeparator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
naming | MemberName | Name '_addIndentation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 63 |
![]() |
naming | MemberName | Name '_autoflush' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
naming | MemberName | Name '_tabSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | MemberName | Name '_tab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | MemberName | Name '_tabChar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | MemberName | Name '_tabLevel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
naming | MemberName | Name '_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 221 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 359 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 373 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 386 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 399 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 415 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 426 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 439 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 456 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 473 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 490 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 507 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
naming | MemberName | Name '_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | MemberName | Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | MemberName | Name '_imports' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | MemberName | Name '_jdc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
![]() |
naming | MemberName | Name '_annotatedElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 85 |
![]() |
naming | MemberName | Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | MemberName | Name '_interfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 351 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 372 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 383 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 386 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 400 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 409 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 417 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 453 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 483 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 512 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 513 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 533 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
![]() |
naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 2 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
naming | MemberName | Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Name '_qName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
naming | MemberName | Name '_localName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 35 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
naming | MemberName | Name '_methodName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name '_paramCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | MemberName | Name '_param1ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
naming | MemberName | Name '_param2ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |