The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | Error |
RightCurly | 1 | Error | |
coding | HiddenField | 20 | Error |
MagicNumber | 2 | Error | |
SimplifyBooleanExpression | 1 | Error | |
design | DesignForExtension | 53 | Error |
FinalClass | 2 | Error | |
VisibilityModifier | 5 | Error | |
imports | UnusedImports | 2 | Error |
javadoc | JavadocMethod | 29 | Error |
JavadocPackage | 3 | Error | |
JavadocType | 1 | Error | |
JavadocVariable | 31 | Error | |
misc | FinalParameters | 39 | Error |
naming | StaticVariableName | 2 | Error |
regexp | RegexpSingleline
|
14 | Error |
sizes | LineLength | 24 | Error |
whitespace | ParenPad | 39 | Error |
WhitespaceAfter | 18 | Error | |
WhitespaceAround | 41 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RiakBinaryClient should be declared as final. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter config should be final. | 42 |
Error | coding | HiddenField | 'config' hides a field. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter riakConfiguration should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 76 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter configuration should be final. | 50 |
Error | coding | HiddenField | 'configuration' hides a field. | 50 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 60 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 101 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 102 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter sequence should be final. | 124 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter start should be final. | 129 |
Error | misc | FinalParameters | Parameter end should be final. | 129 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
Error | coding | MagicNumber | '10000' is a magic number. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter configuration should be final. | 51 |
Error | coding | HiddenField | 'configuration' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 61 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter entry should be final. | 71 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 121 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RiakHttpClient should be declared as final. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'baseURI' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter config should be final. | 48 |
Error | coding | HiddenField | 'config' hides a field. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter riakConfiguration should be final. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.http.client.ClientProtocolException. | 33 |
Error | imports | UnusedImports | Unused import - java.net.URI. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter configuration should be final. | 61 |
Error | coding | HiddenField | 'configuration' hides a field. | 61 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 71 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 90 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | misc | FinalParameters | Parameter sequence should be final. | 182 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | misc | FinalParameters | Parameter start should be final. | 187 |
Error | misc | FinalParameters | Parameter end should be final. | 187 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 197 |
Error | coding | MagicNumber | '10000' is a magic number. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter configuration should be final. | 54 |
Error | coding | HiddenField | 'configuration' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 64 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | misc | FinalParameters | Parameter entry should be final. | 74 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 108 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 131 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | misc | FinalParameters | Parameter scheme should be final. | 79 |
Error | coding | HiddenField | 'scheme' hides a field. | 79 |
Error | design | DesignForExtension | Method 'withScheme' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter scheme should be final. | 83 |
Error | coding | HiddenField | 'scheme' hides a field. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'getHosts' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'setHosts' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | misc | FinalParameters | Parameter hosts should be final. | 106 |
Error | coding | HiddenField | 'hosts' hides a field. | 106 |
Error | design | DesignForExtension | Method 'withHosts' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter hosts should be final. | 110 |
Error | coding | HiddenField | 'hosts' hides a field. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | misc | FinalParameters | Parameter port should be final. | 133 |
Error | coding | HiddenField | 'port' hides a field. | 133 |
Error | design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter port should be final. | 137 |
Error | coding | HiddenField | 'port' hides a field. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'getDefaultBucket' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | design | DesignForExtension | Method 'setDefaultBucket' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | misc | FinalParameters | Parameter defaultBucket should be final. | 160 |
Error | coding | HiddenField | 'defaultBucket' hides a field. | 160 |
Error | design | DesignForExtension | Method 'withDefaultBucket' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | misc | FinalParameters | Parameter defaultBucket should be final. | 164 |
Error | coding | HiddenField | 'defaultBucket' hides a field. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | design | DesignForExtension | Method 'getDefaultBucketType' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | design | DesignForExtension | Method 'setDefaultBucketType' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | misc | FinalParameters | Parameter defaultBucketType should be final. | 187 |
Error | coding | HiddenField | 'defaultBucketType' hides a field. | 187 |
Error | design | DesignForExtension | Method 'withDefaultBucketType' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter defaultBucketType should be final. | 191 |
Error | coding | HiddenField | 'defaultBucketType' hides a field. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | design | DesignForExtension | Method 'getDefaultCharset' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | design | DesignForExtension | Method 'setDefaultCharset' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | misc | FinalParameters | Parameter defaultCharset should be final. | 214 |
Error | coding | HiddenField | 'defaultCharset' hides a field. | 214 |
Error | design | DesignForExtension | Method 'withDefaultCharset' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter defaultCharset should be final. | 218 |
Error | coding | HiddenField | 'defaultCharset' hides a field. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | design | DesignForExtension | Method 'getDefaultContentType' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | design | DesignForExtension | Method 'setDefaultContentType' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | misc | FinalParameters | Parameter defaultContentType should be final. | 241 |
Error | coding | HiddenField | 'defaultContentType' hides a field. | 241 |
Error | design | DesignForExtension | Method 'withDefaultContentType' is not designed for extension - needs to be abstract, final or empty. | 245 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
Error | misc | FinalParameters | Parameter defaultContentType should be final. | 245 |
Error | coding | HiddenField | 'defaultContentType' hides a field. | 245 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
Error | misc | FinalParameters | Parameter name should be final. | 263 |
Error | misc | FinalParameters | Parameter value should be final. | 263 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 267 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Error | misc | FinalParameters | Parameter name should be final. | 267 |
Error | misc | FinalParameters | Parameter value should be final. | 267 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 274 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 277 |
Error | misc | FinalParameters | Parameter other should be final. | 278 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 360). | 286 |