The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | LeftCurly | 143 | |
| coding | AvoidInlineConditionals | 1 | |
| HiddenField | 595 | ||
| MagicNumber | 1 | ||
| SimplifyBooleanExpression | 148 | ||
| design | DesignForExtension | 1784 | |
| FinalClass | 2 | ||
| VisibilityModifier | 1 | ||
| javadoc | JavadocMethod | 777 | |
| JavadocPackage | 9 | ||
| JavadocStyle | 66 | ||
| JavadocType | 12 | ||
| JavadocVariable | 427 | ||
| misc | FinalParameters | 1391 | |
| naming | ConstantName | 1 | |
| MemberName | 1 | ||
| MethodName | 3 | ||
| ParameterName | 2 | ||
| StaticVariableName | 1 | ||
| regexp | RegexpSingleline
  | 
808 | |
| sizes | LineLength | 738 | |
| whitespace | ParenPad | 14 | |
| WhitespaceAfter | 1 | ||
| WhitespaceAround | 9 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 46 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 92 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 92 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 61 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 61 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 30 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 38 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 48 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 55 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 31 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| design | FinalClass | Class ActivityUtil should be declared as final. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| misc | FinalParameters | Parameter activity should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| misc | FinalParameters | Parameter providerName should be final. | 100 | |
| misc | FinalParameters | Parameter personId should be final. | 100 | |
| misc | FinalParameters | Parameter providerName should be final. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 120 | |
| misc | FinalParameters | Parameter provider should be final. | 120 | |
| misc | FinalParameters | Parameter objectType should be final. | 120 | |
| misc | FinalParameters | Parameter objectId should be final. | 120 | |
| misc | FinalParameters | Parameter providerName should be final. | 130 | |
| misc | FinalParameters | Parameter activityId should be final. | 130 | |
| misc | FinalParameters | Parameter activity should be final. | 139 | |
| misc | FinalParameters | Parameter activityObject should be final. | 152 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 33 | |
| design | FinalClass | Class RFC3339Utils should be declared as final. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 43 | |
| 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. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| misc | FinalParameters | Parameter toParse should be final. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter formatter should be final. | 152 | |
| misc | FinalParameters | Parameter toParse should be final. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 159 | |
| misc | FinalParameters | Parameter dateString should be final. | 163 | |
| misc | FinalParameters | Parameter dateString should be final. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter toFormat should be final. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter toFormat should be final. | 187 | |
| misc | FinalParameters | Parameter tz should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter sub should be final. | 191 | |
| misc | FinalParameters | Parameter suffix should be final. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 193 | |
| coding | MagicNumber | '3' is a magic number. | 195 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter message should be final. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter cause should be final. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter message should be final. | 38 | |
| misc | FinalParameters | Parameter cause should be final. | 38 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter cause should be final. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter message should be final. | 41 | |
| misc | FinalParameters | Parameter cause should be final. | 41 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter dateTimeClass should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter dateTimeClass should be final. | 56 | |
| misc | FinalParameters | Parameter formats should be final. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| misc | FinalParameters | Parameter jpar should be final. | 71 | |
| misc | FinalParameters | Parameter context should be final. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter dateTimeClass should be final. | 37 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 42 | |
| misc | FinalParameters | Parameter value should be final. | 42 | |
| misc | FinalParameters | Parameter jgen should be final. | 42 | |
| misc | FinalParameters | Parameter provider should be final. | 42 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 90). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 65 | |
| misc | FinalParameters | Parameter configuration should be final. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| misc | FinalParameters | Parameter format should be final. | 82 | |
| misc | FinalParameters | Parameter formats should be final. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter format should be final. | 116 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter formats should be final. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter configuration should be final. | 135 | |
| coding | HiddenField | 'configuration' hides a field. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 152 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter formats should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 75 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter dateTimeClass should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 38 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter jpar should be final. | 38 | |
| misc | FinalParameters | Parameter context should be final. | 38 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 92). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter dateTimeClass should be final. | 34 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| misc | FinalParameters | Parameter jgen should be final. | 39 | |
| misc | FinalParameters | Parameter provider should be final. | 39 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'dateFormatter' must be private and have accessor methods. | 36 | |
| design | DesignForExtension | Method 'swap' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| misc | FinalParameters | Parameter session should be final. | 46 | |
| misc | FinalParameters | Parameter o should be final. | 46 | |
| coding | HiddenField | 'dateFormatter' hides a field. | 47 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| design | DesignForExtension | Method 'unswap' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 55 | |
| misc | FinalParameters | Parameter session should be final. | 55 | |
| misc | FinalParameters | Parameter f should be final. | 55 | |
| misc | FinalParameters | Parameter hint should be final. | 55 | |
| coding | HiddenField | 'dateFormatter' hides a field. | 56 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 28 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| misc | FinalParameters | Parameter type should be final. | 33 | |
| misc | FinalParameters | Parameter value should be final. | 33 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 38 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getDateFormats' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setDateFormats' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter dateFormats should be final. | 59 | |
| coding | HiddenField | 'dateFormats' hides a field. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 63 | |
| design | DesignForExtension | Method 'withDateFormats' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter dateFormats should be final. | 63 | |
| coding | HiddenField | 'dateFormats' hides a field. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'getEnableScala' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'setEnableScala' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter enableScala should be final. | 86 | |
| coding | HiddenField | 'enableScala' hides a field. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 90 | |
| design | DesignForExtension | Method 'withEnableScala' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter enableScala should be final. | 90 | |
| coding | HiddenField | 'enableScala' hides a field. | 90 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter name should be final. | 108 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 119 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter other should be final. | 123 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 131 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 130). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 306). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| misc | FinalParameters | Parameter id should be final. | 194 | |
| coding | HiddenField | 'id' hides a field. | 194 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter id should be final. | 198 | |
| coding | HiddenField | 'id' hides a field. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getActor' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'setActor' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter actor should be final. | 227 | |
| coding | HiddenField | 'actor' hides a field. | 227 | |
| design | DesignForExtension | Method 'withActor' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter actor should be final. | 231 | |
| coding | HiddenField | 'actor' hides a field. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 306). | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 306). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| misc | FinalParameters | Parameter verb should be final. | 262 | |
| coding | HiddenField | 'verb' hides a field. | 262 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| misc | FinalParameters | Parameter verb should be final. | 266 | |
| coding | HiddenField | 'verb' hides a field. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| misc | FinalParameters | Parameter object should be final. | 295 | |
| coding | HiddenField | 'object' hides a field. | 295 | |
| design | DesignForExtension | Method 'withObject' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| misc | FinalParameters | Parameter object should be final. | 299 | |
| coding | HiddenField | 'object' hides a field. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| misc | FinalParameters | Parameter target should be final. | 328 | |
| coding | HiddenField | 'target' hides a field. | 328 | |
| design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| misc | FinalParameters | Parameter target should be final. | 332 | |
| coding | HiddenField | 'target' hides a field. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| design | DesignForExtension | Method 'getPublished' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'setPublished' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| misc | FinalParameters | Parameter published should be final. | 357 | |
| coding | HiddenField | 'published' hides a field. | 357 | |
| design | DesignForExtension | Method 'withPublished' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| misc | FinalParameters | Parameter published should be final. | 361 | |
| coding | HiddenField | 'published' hides a field. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| design | DesignForExtension | Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| misc | FinalParameters | Parameter updated should be final. | 386 | |
| coding | HiddenField | 'updated' hides a field. | 386 | |
| design | DesignForExtension | Method 'withUpdated' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| misc | FinalParameters | Parameter updated should be final. | 390 | |
| coding | HiddenField | 'updated' hides a field. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| design | DesignForExtension | Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| design | DesignForExtension | Method 'setGenerator' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter generator should be final. | 415 | |
| coding | HiddenField | 'generator' hides a field. | 415 | |
| design | DesignForExtension | Method 'withGenerator' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| misc | FinalParameters | Parameter generator should be final. | 419 | |
| coding | HiddenField | 'generator' hides a field. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| design | DesignForExtension | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| design | DesignForExtension | Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| misc | FinalParameters | Parameter icon should be final. | 444 | |
| coding | HiddenField | 'icon' hides a field. | 444 | |
| design | DesignForExtension | Method 'withIcon' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| misc | FinalParameters | Parameter icon should be final. | 448 | |
| coding | HiddenField | 'icon' hides a field. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter provider should be final. | 473 | |
| coding | HiddenField | 'provider' hides a field. | 473 | |
| design | DesignForExtension | Method 'withProvider' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| misc | FinalParameters | Parameter provider should be final. | 477 | |
| coding | HiddenField | 'provider' hides a field. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| misc | FinalParameters | Parameter title should be final. | 502 | |
| coding | HiddenField | 'title' hides a field. | 502 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| misc | FinalParameters | Parameter title should be final. | 506 | |
| coding | HiddenField | 'title' hides a field. | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| misc | FinalParameters | Parameter content should be final. | 531 | |
| coding | HiddenField | 'content' hides a field. | 531 | |
| design | DesignForExtension | Method 'withContent' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| misc | FinalParameters | Parameter content should be final. | 535 | |
| coding | HiddenField | 'content' hides a field. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| misc | FinalParameters | Parameter url should be final. | 560 | |
| coding | HiddenField | 'url' hides a field. | 560 | |
| design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| misc | FinalParameters | Parameter url should be final. | 564 | |
| coding | HiddenField | 'url' hides a field. | 564 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| design | DesignForExtension | Method 'setLinks' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter links should be final. | 589 | |
| coding | HiddenField | 'links' hides a field. | 589 | |
| design | DesignForExtension | Method 'withLinks' is not designed for extension - needs to be abstract, final or empty. | 593 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 593 | |
| misc | FinalParameters | Parameter links should be final. | 593 | |
| coding | HiddenField | 'links' hides a field. | 593 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 598 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| misc | FinalParameters | Parameter name should be final. | 611 | |
| misc | FinalParameters | Parameter value should be final. | 611 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| misc | FinalParameters | Parameter name should be final. | 615 | |
| misc | FinalParameters | Parameter value should be final. | 615 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 622 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| misc | FinalParameters | Parameter other should be final. | 626 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 471). | 634 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 363). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 432). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 384). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 402). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| misc | FinalParameters | Parameter id should be final. | 176 | |
| coding | HiddenField | 'id' hides a field. | 176 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter id should be final. | 180 | |
| coding | HiddenField | 'id' hides a field. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| misc | FinalParameters | Parameter image should be final. | 205 | |
| coding | HiddenField | 'image' hides a field. | 205 | |
| design | DesignForExtension | Method 'withImage' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter image should be final. | 209 | |
| coding | HiddenField | 'image' hides a field. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter displayName should be final. | 234 | |
| coding | HiddenField | 'displayName' hides a field. | 234 | |
| design | DesignForExtension | Method 'withDisplayName' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter displayName should be final. | 238 | |
| coding | HiddenField | 'displayName' hides a field. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| misc | FinalParameters | Parameter summary should be final. | 263 | |
| coding | HiddenField | 'summary' hides a field. | 263 | |
| design | DesignForExtension | Method 'withSummary' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| misc | FinalParameters | Parameter summary should be final. | 267 | |
| coding | HiddenField | 'summary' hides a field. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| misc | FinalParameters | Parameter content should be final. | 292 | |
| coding | HiddenField | 'content' hides a field. | 292 | |
| design | DesignForExtension | Method 'withContent' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| misc | FinalParameters | Parameter content should be final. | 296 | |
| coding | HiddenField | 'content' hides a field. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| misc | FinalParameters | Parameter url should be final. | 321 | |
| coding | HiddenField | 'url' hides a field. | 321 | |
| design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| misc | FinalParameters | Parameter url should be final. | 325 | |
| coding | HiddenField | 'url' hides a field. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 363). | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 363). | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| misc | FinalParameters | Parameter objectType should be final. | 350 | |
| coding | HiddenField | 'objectType' hides a field. | 350 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| misc | FinalParameters | Parameter objectType should be final. | 354 | |
| coding | HiddenField | 'objectType' hides a field. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 432). | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| design | DesignForExtension | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 432). | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter author should be final. | 379 | |
| coding | HiddenField | 'author' hides a field. | 379 | |
| design | DesignForExtension | Method 'withAuthor' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| misc | FinalParameters | Parameter author should be final. | 383 | |
| coding | HiddenField | 'author' hides a field. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| design | DesignForExtension | Method 'getPublished' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| design | DesignForExtension | Method 'setPublished' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| misc | FinalParameters | Parameter published should be final. | 408 | |
| coding | HiddenField | 'published' hides a field. | 408 | |
| design | DesignForExtension | Method 'withPublished' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| misc | FinalParameters | Parameter published should be final. | 412 | |
| coding | HiddenField | 'published' hides a field. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| design | DesignForExtension | Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| design | DesignForExtension | Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| misc | FinalParameters | Parameter updated should be final. | 437 | |
| coding | HiddenField | 'updated' hides a field. | 437 | |
| design | DesignForExtension | Method 'withUpdated' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| misc | FinalParameters | Parameter updated should be final. | 441 | |
| coding | HiddenField | 'updated' hides a field. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| design | DesignForExtension | Method 'getAttachments' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| design | DesignForExtension | Method 'setAttachments' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| misc | FinalParameters | Parameter attachments should be final. | 470 | |
| coding | HiddenField | 'attachments' hides a field. | 470 | |
| design | DesignForExtension | Method 'withAttachments' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| misc | FinalParameters | Parameter attachments should be final. | 474 | |
| coding | HiddenField | 'attachments' hides a field. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 384). | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'getUpstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 384). | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'setUpstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| misc | FinalParameters | Parameter upstreamDuplicates should be final. | 499 | |
| coding | HiddenField | 'upstreamDuplicates' hides a field. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 503 | |
| design | DesignForExtension | Method 'withUpstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| misc | FinalParameters | Parameter upstreamDuplicates should be final. | 503 | |
| coding | HiddenField | 'upstreamDuplicates' hides a field. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 402). | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| design | DesignForExtension | Method 'getDownstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 402). | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| design | DesignForExtension | Method 'setDownstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| misc | FinalParameters | Parameter downstreamDuplicates should be final. | 528 | |
| coding | HiddenField | 'downstreamDuplicates' hides a field. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 532 | |
| design | DesignForExtension | Method 'withDownstreamDuplicates' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| misc | FinalParameters | Parameter downstreamDuplicates should be final. | 532 | |
| coding | HiddenField | 'downstreamDuplicates' hides a field. | 532 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| misc | FinalParameters | Parameter name should be final. | 550 | |
| misc | FinalParameters | Parameter value should be final. | 550 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| misc | FinalParameters | Parameter name should be final. | 554 | |
| misc | FinalParameters | Parameter value should be final. | 554 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 561 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| misc | FinalParameters | Parameter other should be final. | 565 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 528). | 573 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 428). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter value should be final. | 45 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter name should be final. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter other should be final. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 343). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter url should be final. | 96 | |
| coding | HiddenField | 'url' hides a field. | 96 | |
| design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter url should be final. | 100 | |
| coding | HiddenField | 'url' hides a field. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'getTotalItems' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'setTotalItems' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter totalItems should be final. | 125 | |
| coding | HiddenField | 'totalItems' hides a field. | 125 | |
| design | DesignForExtension | Method 'withTotalItems' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter totalItems should be final. | 129 | |
| coding | HiddenField | 'totalItems' hides a field. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'setItems' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter items should be final. | 156 | |
| coding | HiddenField | 'items' hides a field. | 156 | |
| design | DesignForExtension | Method 'withItems' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter items should be final. | 160 | |
| coding | HiddenField | 'items' hides a field. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| design | DesignForExtension | Method 'setLinks' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter links should be final. | 185 | |
| coding | HiddenField | 'links' hides a field. | 185 | |
| design | DesignForExtension | Method 'withLinks' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter links should be final. | 189 | |
| coding | HiddenField | 'links' hides a field. | 189 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| misc | FinalParameters | Parameter name should be final. | 207 | |
| misc | FinalParameters | Parameter value should be final. | 207 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter name should be final. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 211 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 218 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| misc | FinalParameters | Parameter other should be final. | 222 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 230 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 134). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter value should be final. | 45 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter name should be final. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter other should be final. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 301). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter value should be final. | 45 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter name should be final. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter other should be final. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 178). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter name should be final. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter other should be final. | 58 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 239). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 239). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 239). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter duration should be final. | 101 | |
| coding | HiddenField | 'duration' hides a field. | 101 | |
| design | DesignForExtension | Method 'withDuration' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter duration should be final. | 105 | |
| coding | HiddenField | 'duration' hides a field. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter height should be final. | 134 | |
| coding | HiddenField | 'height' hides a field. | 134 | |
| design | DesignForExtension | Method 'withHeight' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter height should be final. | 138 | |
| coding | HiddenField | 'height' hides a field. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| design | DesignForExtension | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| misc | FinalParameters | Parameter width should be final. | 167 | |
| coding | HiddenField | 'width' hides a field. | 167 | |
| design | DesignForExtension | Method 'withWidth' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter width should be final. | 171 | |
| coding | HiddenField | 'width' hides a field. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| misc | FinalParameters | Parameter url should be final. | 198 | |
| coding | HiddenField | 'url' hides a field. | 198 | |
| design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter url should be final. | 202 | |
| coding | HiddenField | 'url' hides a field. | 202 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| misc | FinalParameters | Parameter name should be final. | 220 | |
| misc | FinalParameters | Parameter value should be final. | 220 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| misc | FinalParameters | Parameter name should be final. | 224 | |
| misc | FinalParameters | Parameter value should be final. | 224 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 231 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| misc | FinalParameters | Parameter other should be final. | 235 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 243 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| misc | FinalParameters | Parameter value should be final. | 38 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter name should be final. | 42 | |
| misc | FinalParameters | Parameter value should be final. | 42 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| misc | FinalParameters | Parameter other should be final. | 53 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 211). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter value should be final. | 45 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter name should be final. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter other should be final. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| misc | FinalParameters | Parameter value should be final. | 38 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter name should be final. | 42 | |
| misc | FinalParameters | Parameter value should be final. | 42 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| misc | FinalParameters | Parameter other should be final. | 53 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getPostOfficeBox' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setPostOfficeBox' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter postOfficeBox should be final. | 78 | |
| coding | HiddenField | 'postOfficeBox' hides a field. | 78 | |
| design | DesignForExtension | Method 'withPostOfficeBox' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter postOfficeBox should be final. | 82 | |
| coding | HiddenField | 'postOfficeBox' hides a field. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getExtendedAddress' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setExtendedAddress' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter extendedAddress should be final. | 105 | |
| coding | HiddenField | 'extendedAddress' hides a field. | 105 | |
| design | DesignForExtension | Method 'withExtendedAddress' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter extendedAddress should be final. | 109 | |
| coding | HiddenField | 'extendedAddress' hides a field. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter streetAddress should be final. | 132 | |
| coding | HiddenField | 'streetAddress' hides a field. | 132 | |
| design | DesignForExtension | Method 'withStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter streetAddress should be final. | 136 | |
| coding | HiddenField | 'streetAddress' hides a field. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'getLocality' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'setLocality' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| misc | FinalParameters | Parameter locality should be final. | 159 | |
| coding | HiddenField | 'locality' hides a field. | 159 | |
| design | DesignForExtension | Method 'withLocality' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter locality should be final. | 163 | |
| coding | HiddenField | 'locality' hides a field. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter region should be final. | 186 | |
| coding | HiddenField | 'region' hides a field. | 186 | |
| design | DesignForExtension | Method 'withRegion' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter region should be final. | 190 | |
| coding | HiddenField | 'region' hides a field. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| design | DesignForExtension | Method 'getPostalCode' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'setPostalCode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter postalCode should be final. | 213 | |
| coding | HiddenField | 'postalCode' hides a field. | 213 | |
| design | DesignForExtension | Method 'withPostalCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter postalCode should be final. | 217 | |
| coding | HiddenField | 'postalCode' hides a field. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'getCountryName' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'setCountryName' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter countryName should be final. | 240 | |
| coding | HiddenField | 'countryName' hides a field. | 240 | |
| design | DesignForExtension | Method 'withCountryName' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter countryName should be final. | 244 | |
| coding | HiddenField | 'countryName' hides a field. | 244 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| misc | FinalParameters | Parameter name should be final. | 262 | |
| misc | FinalParameters | Parameter value should be final. | 262 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| misc | FinalParameters | Parameter name should be final. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 273 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter other should be final. | 277 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 358). | 285 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter objectType should be final. | 89 | |
| coding | HiddenField | 'objectType' hides a field. | 89 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter objectType should be final. | 93 | |
| coding | HiddenField | 'objectType' hides a field. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'setAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter attendedBy should be final. | 116 | |
| coding | HiddenField | 'attendedBy' hides a field. | 116 | |
| design | DesignForExtension | Method 'withAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter attendedBy should be final. | 120 | |
| coding | HiddenField | 'attendedBy' hides a field. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'getAttending' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'setAttending' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| misc | FinalParameters | Parameter attending should be final. | 143 | |
| coding | HiddenField | 'attending' hides a field. | 143 | |
| design | DesignForExtension | Method 'withAttending' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter attending should be final. | 147 | |
| coding | HiddenField | 'attending' hides a field. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter endTime should be final. | 170 | |
| coding | HiddenField | 'endTime' hides a field. | 170 | |
| design | DesignForExtension | Method 'withEndTime' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter endTime should be final. | 174 | |
| coding | HiddenField | 'endTime' hides a field. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'getInvited' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'setInvited' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| misc | FinalParameters | Parameter invited should be final. | 197 | |
| coding | HiddenField | 'invited' hides a field. | 197 | |
| design | DesignForExtension | Method 'withInvited' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter invited should be final. | 201 | |
| coding | HiddenField | 'invited' hides a field. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getMaybeAttending' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'setMaybeAttending' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| misc | FinalParameters | Parameter maybeAttending should be final. | 224 | |
| coding | HiddenField | 'maybeAttending' hides a field. | 224 | |
| design | DesignForExtension | Method 'withMaybeAttending' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter maybeAttending should be final. | 228 | |
| coding | HiddenField | 'maybeAttending' hides a field. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'getNotAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'setNotAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter notAttendedBy should be final. | 251 | |
| coding | HiddenField | 'notAttendedBy' hides a field. | 251 | |
| design | DesignForExtension | Method 'withNotAttendedBy' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| misc | FinalParameters | Parameter notAttendedBy should be final. | 255 | |
| coding | HiddenField | 'notAttendedBy' hides a field. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| design | DesignForExtension | Method 'getNotAttending' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| design | DesignForExtension | Method 'setNotAttending' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter notAttending should be final. | 278 | |
| coding | HiddenField | 'notAttending' hides a field. | 278 | |
| design | DesignForExtension | Method 'withNotAttending' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| misc | FinalParameters | Parameter notAttending should be final. | 282 | |
| coding | HiddenField | 'notAttending' hides a field. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter startTime should be final. | 305 | |
| coding | HiddenField | 'startTime' hides a field. | 305 | |
| design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| misc | FinalParameters | Parameter startTime should be final. | 309 | |
| coding | HiddenField | 'startTime' hides a field. | 309 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| misc | FinalParameters | Parameter name should be final. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| misc | FinalParameters | Parameter name should be final. | 331 | |
| misc | FinalParameters | Parameter value should be final. | 331 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 251). | 338 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| misc | FinalParameters | Parameter other should be final. | 342 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 418). | 350 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter objectType should be final. | 67 | |
| coding | HiddenField | 'objectType' hides a field. | 67 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter objectType should be final. | 71 | |
| coding | HiddenField | 'objectType' hides a field. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getFileUrl' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'setFileUrl' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter fileUrl should be final. | 94 | |
| coding | HiddenField | 'fileUrl' hides a field. | 94 | |
| design | DesignForExtension | Method 'withFileUrl' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter fileUrl should be final. | 98 | |
| coding | HiddenField | 'fileUrl' hides a field. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setMimeType' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter mimeType should be final. | 121 | |
| coding | HiddenField | 'mimeType' hides a field. | 121 | |
| design | DesignForExtension | Method 'withMimeType' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter mimeType should be final. | 125 | |
| coding | HiddenField | 'mimeType' hides a field. | 125 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter name should be final. | 143 | |
| misc | FinalParameters | Parameter value should be final. | 143 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter name should be final. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 154 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| misc | FinalParameters | Parameter other should be final. | 158 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 166 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter other should be final. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter objectType should be final. | 67 | |
| coding | HiddenField | 'objectType' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getFullImage' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setFullImage' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter fullImage should be final. | 90 | |
| coding | HiddenField | 'fullImage' hides a field. | 90 | |
| design | DesignForExtension | Method 'withFullImage' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter fullImage should be final. | 94 | |
| coding | HiddenField | 'fullImage' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter objectType should be final. | 67 | |
| coding | HiddenField | 'objectType' hides a field. | 67 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter objectType should be final. | 71 | |
| coding | HiddenField | 'objectType' hides a field. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter types should be final. | 94 | |
| coding | HiddenField | 'types' hides a field. | 94 | |
| design | DesignForExtension | Method 'withTypes' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter types should be final. | 98 | |
| coding | HiddenField | 'types' hides a field. | 98 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter name should be final. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 127 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter other should be final. | 131 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 139 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | MemberName | Name '$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'get$ref' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| naming | MethodName | Name 'get$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'set$ref' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| naming | MethodName | Name 'set$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter $ref should be final. | 49 | |
| coding | HiddenField | '$ref' hides a field. | 49 | |
| naming | ParameterName | Name '$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| design | DesignForExtension | Method 'with$ref' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| naming | MethodName | Name 'with$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter $ref should be final. | 53 | |
| coding | HiddenField | '$ref' hides a field. | 53 | |
| naming | ParameterName | Name '$ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| design | DesignForExtension | Method 'withAdditionalProperty' 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 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 82 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| misc | FinalParameters | Parameter other should be final. | 86 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 94 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter objectType should be final. | 66 | |
| coding | HiddenField | 'objectType' hides a field. | 66 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter objectType should be final. | 70 | |
| coding | HiddenField | 'objectType' hides a field. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setItems' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter items should be final. | 93 | |
| coding | HiddenField | 'items' hides a field. | 93 | |
| design | DesignForExtension | Method 'withItems' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter items should be final. | 97 | |
| coding | HiddenField | 'items' hides a field. | 97 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter name should be final. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter name should be final. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 126 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter other should be final. | 130 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 138 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter other should be final. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter other should be final. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter objectType should be final. | 72 | |
| coding | HiddenField | 'objectType' hides a field. | 72 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter objectType should be final. | 76 | |
| coding | HiddenField | 'objectType' hides a field. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | FinalParameters | Parameter scope should be final. | 99 | |
| coding | HiddenField | 'scope' hides a field. | 99 | |
| design | DesignForExtension | Method 'withScope' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter scope should be final. | 103 | |
| coding | HiddenField | 'scope' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setActions' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter actions should be final. | 126 | |
| coding | HiddenField | 'actions' hides a field. | 126 | |
| design | DesignForExtension | Method 'withActions' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter actions should be final. | 130 | |
| coding | HiddenField | 'actions' hides a field. | 130 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter name should be final. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 148 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter name should be final. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 159 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter other should be final. | 163 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 171 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| misc | FinalParameters | Parameter objectType should be final. | 56 | |
| coding | HiddenField | 'objectType' hides a field. | 56 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter objectType should be final. | 60 | |
| coding | HiddenField | 'objectType' hides a field. | 60 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter name should be final. | 78 | |
| misc | FinalParameters | Parameter value should be final. | 78 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 89 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter other should be final. | 93 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 101 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter objectType should be final. | 66 | |
| coding | HiddenField | 'objectType' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter displayName should be final. | 89 | |
| coding | HiddenField | 'displayName' hides a field. | 89 | |
| design | DesignForExtension | Method 'withDisplayName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter displayName should be final. | 93 | |
| coding | HiddenField | 'displayName' hides a field. | 93 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter name should be final. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter name should be final. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 122 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter other should be final. | 126 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 134 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter objectType should be final. | 58 | |
| coding | HiddenField | 'objectType' hides a field. | 58 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter other should be final. | 95 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter objectType should be final. | 70 | |
| coding | HiddenField | 'objectType' hides a field. | 70 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter objectType should be final. | 74 | |
| coding | HiddenField | 'objectType' hides a field. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter address should be final. | 97 | |
| coding | HiddenField | 'address' hides a field. | 97 | |
| design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter address should be final. | 101 | |
| coding | HiddenField | 'address' hides a field. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter position should be final. | 124 | |
| coding | HiddenField | 'position' hides a field. | 124 | |
| design | DesignForExtension | Method 'withPosition' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter position should be final. | 128 | |
| coding | HiddenField | 'position' hides a field. | 128 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'setAdditionalProperty' 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. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter name should be final. | 150 | |
| misc | FinalParameters | Parameter value should be final. | 150 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 157 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| misc | FinalParameters | Parameter other should be final. | 161 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 169 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter objectType should be final. | 58 | |
| coding | HiddenField | 'objectType' hides a field. | 58 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter other should be final. | 95 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | DesignForExtension | Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter altitude should be final. | 57 | |
| coding | HiddenField | 'altitude' hides a field. | 57 | |
| design | DesignForExtension | Method 'withAltitude' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter altitude should be final. | 61 | |
| coding | HiddenField | 'altitude' hides a field. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setLatitude' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter latitude should be final. | 84 | |
| coding | HiddenField | 'latitude' hides a field. | 84 | |
| design | DesignForExtension | Method 'withLatitude' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter latitude should be final. | 88 | |
| coding | HiddenField | 'latitude' hides a field. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'setLongitude' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter longitude should be final. | 111 | |
| coding | HiddenField | 'longitude' hides a field. | 111 | |
| design | DesignForExtension | Method 'withLongitude' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter longitude should be final. | 115 | |
| coding | HiddenField | 'longitude' hides a field. | 115 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter name should be final. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter name should be final. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 144 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter other should be final. | 148 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 156 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 65 | |
| coding | HiddenField | 'objectType' hides a field. | 65 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter objectType should be final. | 69 | |
| coding | HiddenField | 'objectType' hides a field. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getFullImage' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'setFullImage' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter fullImage should be final. | 92 | |
| coding | HiddenField | 'fullImage' hides a field. | 92 | |
| design | DesignForExtension | Method 'withFullImage' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter fullImage should be final. | 96 | |
| coding | HiddenField | 'fullImage' hides a field. | 96 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter name should be final. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter name should be final. | 118 | |
| misc | FinalParameters | Parameter value should be final. | 118 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 125 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter other should be final. | 129 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 137 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 91). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter objectType should be final. | 75 | |
| coding | HiddenField | 'objectType' hides a field. | 75 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter objectType should be final. | 79 | |
| coding | HiddenField | 'objectType' hides a field. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter displayName should be final. | 104 | |
| coding | HiddenField | 'displayName' hides a field. | 104 | |
| design | DesignForExtension | Method 'withDisplayName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter displayName should be final. | 108 | |
| coding | HiddenField | 'displayName' hides a field. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter path should be final. | 133 | |
| coding | HiddenField | 'path' hides a field. | 133 | |
| design | DesignForExtension | Method 'withPath' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter path should be final. | 137 | |
| coding | HiddenField | 'path' hides a field. | 137 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter name should be final. | 155 | |
| misc | FinalParameters | Parameter value should be final. | 155 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter name should be final. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 166 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter other should be final. | 170 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 178 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter objectType should be final. | 67 | |
| coding | HiddenField | 'objectType' hides a field. | 67 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter objectType should be final. | 71 | |
| coding | HiddenField | 'objectType' hides a field. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter options should be final. | 94 | |
| coding | HiddenField | 'options' hides a field. | 94 | |
| design | DesignForExtension | Method 'withOptions' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter options should be final. | 98 | |
| coding | HiddenField | 'options' hides a field. | 98 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter name should be final. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 127 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter other should be final. | 131 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 139 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter objectType should be final. | 66 | |
| coding | HiddenField | 'objectType' hides a field. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setRating' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter rating should be final. | 89 | |
| coding | HiddenField | 'rating' hides a field. | 89 | |
| design | DesignForExtension | Method 'withRating' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter rating should be final. | 93 | |
| coding | HiddenField | 'rating' hides a field. | 93 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter name should be final. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter name should be final. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 122 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter other should be final. | 126 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 134 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 65 | |
| coding | HiddenField | 'objectType' hides a field. | 65 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter objectType should be final. | 69 | |
| coding | HiddenField | 'objectType' hides a field. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getMembers' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'setMembers' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter members should be final. | 92 | |
| coding | HiddenField | 'members' hides a field. | 92 | |
| design | DesignForExtension | Method 'withMembers' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter members should be final. | 96 | |
| coding | HiddenField | 'members' hides a field. | 96 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter name should be final. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter name should be final. | 118 | |
| misc | FinalParameters | Parameter value should be final. | 118 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 125 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter other should be final. | 129 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 137 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter name should be final. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter other should be final. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter objectType should be final. | 58 | |
| coding | HiddenField | 'objectType' hides a field. | 58 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter other should be final. | 95 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter objectType should be final. | 58 | |
| coding | HiddenField | 'objectType' hides a field. | 58 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter other should be final. | 95 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter objectType should be final. | 81 | |
| coding | HiddenField | 'objectType' hides a field. | 81 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter objectType should be final. | 85 | |
| coding | HiddenField | 'objectType' hides a field. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'getBy' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setBy' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter by should be final. | 108 | |
| coding | HiddenField | 'by' hides a field. | 108 | |
| design | DesignForExtension | Method 'withBy' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter by should be final. | 112 | |
| coding | HiddenField | 'by' hides a field. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getPrerequisites' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'setPrerequisites' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter prerequisites should be final. | 135 | |
| coding | HiddenField | 'prerequisites' hides a field. | 135 | |
| design | DesignForExtension | Method 'withPrerequisites' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter prerequisites should be final. | 139 | |
| coding | HiddenField | 'prerequisites' hides a field. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getRequired' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| misc | FinalParameters | Parameter required should be final. | 162 | |
| coding | HiddenField | 'required' hides a field. | 162 | |
| design | DesignForExtension | Method 'withRequired' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| misc | FinalParameters | Parameter required should be final. | 166 | |
| coding | HiddenField | 'required' hides a field. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'getSupersedes' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'setSupersedes' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter supersedes should be final. | 189 | |
| coding | HiddenField | 'supersedes' hides a field. | 189 | |
| design | DesignForExtension | Method 'withSupersedes' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter supersedes should be final. | 193 | |
| coding | HiddenField | 'supersedes' hides a field. | 193 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter name should be final. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 211 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| misc | FinalParameters | Parameter name should be final. | 215 | |
| misc | FinalParameters | Parameter value should be final. | 215 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 222 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter other should be final. | 226 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 262). | 234 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter objectType should be final. | 59 | |
| coding | HiddenField | 'objectType' hides a field. | 59 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter objectType should be final. | 63 | |
| coding | HiddenField | 'objectType' hides a field. | 63 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter other should be final. | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 104 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter objectType should be final. | 58 | |
| coding | HiddenField | 'objectType' hides a field. | 58 | |
| design | DesignForExtension | Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter objectType should be final. | 62 | |
| coding | HiddenField | 'objectType' hides a field. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter other should be final. | 95 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 128). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 132). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 105). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 149). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 127). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 108). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 125). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 133). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 113). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 487). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 275). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 107). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 104). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 145). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 154). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 397). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 100). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 171). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 470). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 213). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 276). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 213). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 192). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 113). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 205). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 115). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 181). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 145). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 168). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 119). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 140). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 148). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 171). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 152). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 145). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 91). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 147). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 209). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 136). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 312). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 311). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 163). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 128). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 236). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 97). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 138). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 201). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 171). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 90). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 329). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 158). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 228). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| misc | FinalParameters | Parameter verb should be final. | 87 | |
| coding | HiddenField | 'verb' hides a field. | 87 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter verb should be final. | 91 | |
| coding | HiddenField | 'verb' hides a field. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter title should be final. | 114 | |
| coding | HiddenField | 'title' hides a field. | 114 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter title should be final. | 118 | |
| coding | HiddenField | 'title' hides a field. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter object should be final. | 147 | |
| coding | HiddenField | 'object' hides a field. | 147 | |
| design | DesignForExtension | Method 'withObject' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter object should be final. | 151 | |
| coding | HiddenField | 'object' hides a field. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| misc | FinalParameters | Parameter target should be final. | 180 | |
| coding | HiddenField | 'target' hides a field. | 180 | |
| design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter target should be final. | 184 | |
| coding | HiddenField | 'target' hides a field. | 184 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter name should be final. | 202 | |
| misc | FinalParameters | Parameter value should be final. | 202 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter name should be final. | 206 | |
| misc | FinalParameters | Parameter value should be final. | 206 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 213 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter other should be final. | 217 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 225 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 202). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getVerb' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setVerb' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter verb should be final. | 63 | |
| coding | HiddenField | 'verb' hides a field. | 63 | |
| design | DesignForExtension | Method 'withVerb' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter verb should be final. | 67 | |
| coding | HiddenField | 'verb' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter title should be final. | 90 | |
| coding | HiddenField | 'title' hides a field. | 90 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter title should be final. | 94 | |
| coding | HiddenField | 'title' hides a field. | 94 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter other should be final. | 127 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 135 |