The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 3 | ![]() |
RightCurly | 36 | ![]() | |
design | DesignForExtension | 52 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 5 | ![]() | |
VisibilityModifier
|
1 | ![]() | |
imports | UnusedImports | 3 | ![]() |
javadoc | JavadocMethod | 99 | ![]() |
JavadocStyle | 113 | ![]() | |
JavadocType | 1 | ![]() | |
JavadocVariable | 34 | ![]() | |
misc | UpperEll | 3 | ![]() |
modifier | ModifierOrder | 22 | ![]() |
naming | ConstantName | 9 | ![]() |
LocalVariableName | 3 | ![]() | |
whitespace | ParenPad | 1 | ![]() |
WhitespaceAfter | 9 | ![]() | |
WhitespaceAround | 19 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 108 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 304 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 316 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 328 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 340 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 352 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 361 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 370 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 400 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
naming | ConstantName | Name 'pkgNameDot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 177 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'sendC' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'subscribeC' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'isPatternAdded' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
design | DesignForExtension | Method 'callS' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Method 'provideS' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Method 'isProfileAdded' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
design | DesignForExtension | Method 'unregisterAll' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'getCryptKey' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Method 'getCEPsList' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'getSProfilesList' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
design | DesignForExtension | Method 'subscribeC' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'isPatternAdded' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'provideS' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
design | DesignForExtension | Method 'isProfileAdded' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'terminate' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
design | DesignForExtension | Method 'getRemoteID' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
design | DesignForExtension | Method 'setRemoteID' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'createCListener' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
design | DesignForExtension | Method 'createSListener' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'msg'. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.io.UnsupportedEncodingException. | 27 |
![]() |
imports | UnusedImports | Unused import - java.security.NoSuchAlgorithmException. | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | ConstantName | Name 'cipherTransformation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 80 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 110 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.security.NoSuchAlgorithmException. | 29 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
design | VisibilityModifier | Variable 'pendingCalls' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 92 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 176 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 289 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 295 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 361 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 365 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 376 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 380 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 383 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 388 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 389 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 393 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 399 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 103 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 142 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 146 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nodeid'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nodeid'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toURI'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'PushException'. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
design | DesignForExtension | Method 'handleSecurity' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
design | DesignForExtension | Method 'getUserAndPass' is not designed for extension - needs to be abstract, final or empty. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Base64 should be declared as final. | 108 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 108 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 116 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 119 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 124 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 127 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 138 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 146 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 151 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 154 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 157 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 165 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 165 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 178 |
![]() |
naming | ConstantName | Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 178 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 191 |
![]() |
naming | ConstantName | Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 191 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 243 |
![]() |
naming | ConstantName | Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 243 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 255 |
![]() |
naming | ConstantName | Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 255 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 310 |
![]() |
naming | ConstantName | Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 310 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 322 |
![]() |
naming | ConstantName | Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 322 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 377 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 377 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 377 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 393 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 393 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 393 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 438 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and | 446 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The | 448 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> needs only be as big as | 449 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. Code can reuse a byte array by passing a | 450 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. | 451 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 462 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the | 469 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 470 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 472 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 472 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>source</var> array or | 474 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 474 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>destination</var> array. The | 475 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array. The | 475 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. | 477 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array | 494 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 498 |
![]() |
naming | LocalVariableName | Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 499 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 606 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 611 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 615 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 638 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 652 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 681 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 696 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'options'. | 725 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 732 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 751 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 755 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 774 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 778 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 813 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the resulting | 825 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 826 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 828 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 828 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>source</var> array or | 830 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 830 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>destination</var> array. This | 831 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array. This | 831 |
![]() |
naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 855 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 868 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 884 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 930 |
![]() |
naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 931 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 948 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 962 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1002 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1035 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1038 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1082 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1086 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1090 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1123 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1127 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1156 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1159 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1208 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1211 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1259 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1262 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1364 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1365 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1366 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1367 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1368 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1369 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1370 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1371 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1372 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1373 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1432 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1432 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1448 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1461 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1465 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1487 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1490 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 1502 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1508 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 1522 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are read. Returns number of bytes read into | 1533 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1545 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1545 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1577 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1578 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1579 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1580 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1581 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1582 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1583 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1584 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1585 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1587 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 1651 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1651 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1662 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 1673 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 1681 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1687 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are | 1695 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 1706 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1706 |
![]() |
design | DesignForExtension | Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. | 1723 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1723 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 1728 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1741 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1741 |
![]() |
design | DesignForExtension | Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. | 1759 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1759 |
![]() |
design | DesignForExtension | Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. | 1770 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
design | DesignForExtension | Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 162 |
![]() |
design | DesignForExtension | Method 'storeRegister' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'storeSubscriber' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'storeCallee' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 213 |
![]() |
design | DesignForExtension | Method 'removeRegister' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 286 |
![]() |
design | DesignForExtension | Method 'restore' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 365 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'millis'. | 384 |
![]() |
design | DesignForExtension | Method 'removeOlderThan' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 389 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 390 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 391 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 430 |
![]() |
design | DesignForExtension | Method 'storeUserPWD' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
![]() |
design | DesignForExtension | Method 'checkUserPWD' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 476 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 501 |
![]() |
design | DesignForExtension | Method 'checkUser' is not designed for extension - needs to be abstract, final or empty. | 535 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 535 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 539 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 568 |