Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
17 57 51 306

Rules

Category Rule Violations Severity
blocks LeftCurly 3  Warning
RightCurly 36  Warning
design DesignForExtension 52  Error
FinalClass 1  Error
HideUtilityClassConstructor 5  Error
VisibilityModifier
  • protectedAllowed: "true"
1  Error
imports UnusedImports 3  Info
javadoc JavadocMethod 99  Error
JavadocStyle 113  Error
JavadocType 1  Error
JavadocVariable 34  Error
misc UpperEll 3  Info
modifier ModifierOrder 22  Info
naming ConstantName 9  Warning
LocalVariableName 3  Warning
whitespace ParenPad 1  Info
WhitespaceAfter 9  Info
WhitespaceAround 19  Info

Details

org/universAAL/ri/api/manager/Activator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error javadoc JavadocStyle First sentence should end with a period. 92
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error javadoc JavadocStyle First sentence should end with a period. 100
 Error javadoc JavadocStyle First sentence should end with a period. 104
 Error javadoc JavadocStyle First sentence should end with a period. 108
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 143
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 198
 Error javadoc JavadocMethod Missing a Javadoc comment. 198
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 224
 Error design DesignForExtension Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 247
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Error javadoc JavadocMethod Missing a Javadoc comment. 266
 Error javadoc JavadocStyle First sentence should end with a period. 281
 Error javadoc JavadocMethod Missing a Javadoc comment. 289
 Error javadoc JavadocStyle First sentence should end with a period. 304
 Error javadoc JavadocStyle First sentence should end with a period. 316
 Error javadoc JavadocStyle First sentence should end with a period. 328
 Error javadoc JavadocStyle First sentence should end with a period. 340
 Error javadoc JavadocStyle First sentence should end with a period. 352
 Error javadoc JavadocStyle First sentence should end with a period. 361
 Error javadoc JavadocStyle First sentence should end with a period. 370
 Error javadoc JavadocStyle First sentence should end with a period. 379
 Error javadoc JavadocStyle First sentence should end with a period. 400

org/universAAL/ri/api/manager/Configuration.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Warning naming ConstantName Name 'pkgNameDot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error javadoc JavadocStyle First sentence should end with a period. 81
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error javadoc JavadocStyle First sentence should end with a period. 102
 Info whitespace WhitespaceAround '==' is not preceded with whitespace. 114
 Info whitespace WhitespaceAround '==' is not followed by whitespace. 114
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error javadoc JavadocMethod Expected @param tag for 'context'. 177
 Info misc UpperEll Should use uppercase 'L'. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 225
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 245

org/universAAL/ri/api/manager/RemoteAPI.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error javadoc JavadocStyle First sentence should end with a period. 101

org/universAAL/ri/api/manager/RemoteAPIImpl.java

Severity Category Rule Message Line
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error design DesignForExtension Method 'sendC' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error design DesignForExtension Method 'subscribeC' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Error design DesignForExtension Method 'isPatternAdded' is not designed for extension - needs to be abstract, final or empty. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error design DesignForExtension Method 'callS' is not designed for extension - needs to be abstract, final or empty. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error design DesignForExtension Method 'provideS' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Error design DesignForExtension Method 'isProfileAdded' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error design DesignForExtension Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 260
 Error javadoc JavadocMethod Missing a Javadoc comment. 260
 Error design DesignForExtension Method 'unregisterAll' is not designed for extension - needs to be abstract, final or empty. 280
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 Error design DesignForExtension Method 'getCryptKey' is not designed for extension - needs to be abstract, final or empty. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292

org/universAAL/ri/api/manager/RemoteUAAL.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error design DesignForExtension Method 'getCEPsList' is not designed for extension - needs to be abstract, final or empty. 83
 Error design DesignForExtension Method 'getSProfilesList' is not designed for extension - needs to be abstract, final or empty. 92
 Error design DesignForExtension Method 'subscribeC' is not designed for extension - needs to be abstract, final or empty. 96
 Error design DesignForExtension Method 'isPatternAdded' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error design DesignForExtension Method 'provideS' is not designed for extension - needs to be abstract, final or empty. 112
 Error design DesignForExtension Method 'isProfileAdded' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error design DesignForExtension Method 'terminate' is not designed for extension - needs to be abstract, final or empty. 128
 Error design DesignForExtension Method 'getRemoteID' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocStyle First sentence should end with a period. 165
 Error design DesignForExtension Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 170
 Error design DesignForExtension Method 'setRemoteID' is not designed for extension - needs to be abstract, final or empty. 182
 Error design DesignForExtension Method 'createCListener' is not designed for extension - needs to be abstract, final or empty. 197
 Error design DesignForExtension Method 'createSListener' is not designed for extension - needs to be abstract, final or empty. 210
 Error javadoc JavadocVariable Missing a Javadoc comment. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Error design DesignForExtension Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. 240
 Error javadoc JavadocVariable Missing a Javadoc comment. 272
 Error javadoc JavadocMethod Missing a Javadoc comment. 274
 Error design DesignForExtension Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. 287
 Info whitespace WhitespaceAround '}' is not followed by whitespace. 303

org/universAAL/ri/api/manager/exceptions/APIImplException.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34

org/universAAL/ri/api/manager/exceptions/PushException.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error javadoc JavadocMethod Unused @param tag for 'msg'. 37
 Error javadoc JavadocMethod Expected @param tag for 'string'. 40

org/universAAL/ri/api/manager/exceptions/RAPIException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34

org/universAAL/ri/api/manager/push/CryptUtil.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.io.UnsupportedEncodingException. 27
 Info imports UnusedImports Unused import - java.security.NoSuchAlgorithmException. 29
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming ConstantName Name 'cipherTransformation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning naming ConstantName Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error javadoc JavadocMethod Unused @param tag for 'String'. 51
 Error javadoc JavadocMethod Expected an @return tag. 54
 Error javadoc JavadocMethod Expected @param tag for 'key'. 54
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 54
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error javadoc JavadocMethod Unused @param tag for 'String'. 67
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 72
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 72
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error javadoc JavadocMethod Unused @param tag for 'String'. 80
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 82
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 87
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 87
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 87
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error javadoc JavadocMethod Unused @param tag for 'String'. 97
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 102
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 102
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error javadoc JavadocMethod Unused @param tag for 'String'. 110
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 112
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 117
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 117
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 117
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 145

org/universAAL/ri/api/manager/push/PushGCM.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.security.NoSuchAlgorithmException. 29
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 63
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error design VisibilityModifier Variable 'pendingCalls' must be private and have accessor methods. 77
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 92
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 92
 Info misc UpperEll Should use uppercase 'L'. 97
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 175
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 176
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 289
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 295
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 361
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 365
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 376
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 380
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 383
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 388
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 389
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 393
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 399
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 419
 Error javadoc JavadocMethod Missing a Javadoc comment. 441

org/universAAL/ri/api/manager/push/PushHTTP.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 59
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 71
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 71
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 103
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 103
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 142
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 146
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 149

org/universAAL/ri/api/manager/push/PushManager.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Error javadoc JavadocMethod Expected @param tag for 'nodeid'. 49
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 49
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 49
 Error javadoc JavadocMethod Expected @param tag for 'nodeid'. 74
 Error javadoc JavadocMethod Expected @param tag for 'toURI'. 74
 Error javadoc JavadocMethod Expected @throws tag for 'PushException'. 75

org/universAAL/ri/api/manager/server/Authenticator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error design DesignForExtension Method 'handleSecurity' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error design DesignForExtension Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Error design DesignForExtension Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error javadoc JavadocStyle First sentence should end with a period. 150
 Error design DesignForExtension Method 'getUserAndPass' is not designed for extension - needs to be abstract, final or empty. 159

org/universAAL/ri/api/manager/server/Base64.java

Severity Category Rule Message Line
 Error design FinalClass Class Base64 should be declared as final. 108
 Error javadoc JavadocType Missing a Javadoc comment. 108
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 113
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 116
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 119
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 122
 Error javadoc JavadocStyle First sentence should end with a period. 124
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 127
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 138
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 146
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 151
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 154
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 157
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 160
 Error javadoc JavadocVariable Missing a Javadoc comment. 165
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 165
 Error javadoc JavadocVariable Missing a Javadoc comment. 167
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 167
 Error javadoc JavadocVariable Missing a Javadoc comment. 178
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 178
 Warning naming ConstantName Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 178
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 191
 Warning naming ConstantName Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 191
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 243
 Warning naming ConstantName Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 243
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 255
 Warning naming ConstantName Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 255
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 310
 Warning naming ConstantName Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 310
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 322
 Warning naming ConstantName Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 322
 Error javadoc JavadocMethod Expected an @return tag. 377
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 377
 Error javadoc JavadocMethod Expected @param tag for 'options'. 377
 Error javadoc JavadocMethod Expected an @return tag. 393
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 393
 Error javadoc JavadocMethod Expected @param tag for 'options'. 393
 Info modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 438
 Error javadoc JavadocStyle Extra HTML tag found: </var> and 446
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The 448
 Error javadoc JavadocStyle Extra HTML tag found: </var> needs only be as big as 449
 Error javadoc JavadocStyle Extra HTML tag found: </var>. Code can reuse a byte array by passing a 450
 Error javadoc JavadocStyle Extra HTML tag found: </var>. 451
 Error javadoc JavadocMethod Expected @param tag for 'options'. 462
 Error javadoc JavadocStyle Extra HTML tag found: </var> and writes the 469
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The source and 470
 Error javadoc JavadocStyle Extra HTML tag found: </var> and <var>destOffset</var>. This method 472
 Error javadoc JavadocStyle Extra HTML tag found: </var>. This method 472
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 3 for the <var>source</var> array or 474
 Error javadoc JavadocStyle Extra HTML tag found: </var> array or 474
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 4 for the <var>destination</var> array. The 475
 Error javadoc JavadocStyle Extra HTML tag found: </var> array. The 475
 Error javadoc JavadocStyle Extra HTML tag found: </var>. 477
 Error javadoc JavadocStyle Extra HTML tag found: </var> array 494
 Error javadoc JavadocMethod Expected @param tag for 'options'. 498
 Warning naming LocalVariableName Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 499
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 606
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 611
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 615
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 638
 Error javadoc JavadocMethod Expected an @return tag. 652
 Error javadoc JavadocMethod Expected an @return tag. 681
 Error javadoc JavadocMethod Expected an @return tag. 696
 Error javadoc JavadocMethod Unused @param tag for 'options'. 725
 Error javadoc JavadocMethod Expected an @return tag. 732
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 751
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 755
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 774
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 778
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 813
 Error javadoc JavadocStyle Extra HTML tag found: </var> and writes the resulting 825
 Error javadoc JavadocStyle Extra HTML tag found: </var>. The source and 826
 Error javadoc JavadocStyle Extra HTML tag found: </var> and <var>destOffset</var>. This method 828
 Error javadoc JavadocStyle Extra HTML tag found: </var>. This method 828
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 4 for the <var>source</var> array or 830
 Error javadoc JavadocStyle Extra HTML tag found: </var> array or 830
 Error javadoc JavadocStyle Extra HTML tag found: </var> + 3 for the <var>destination</var> array. This 831
 Error javadoc JavadocStyle Extra HTML tag found: </var> array. This 831
 Warning naming LocalVariableName Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 855
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 868
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 884
 Error javadoc JavadocMethod Expected @param tag for 'options'. 930
 Warning naming LocalVariableName Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 931
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 948
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 962
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1002
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1035
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1038
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1082
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1086
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1090
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1123
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1127
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1156
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1159
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1208
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1211
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1259
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1262
 Error javadoc JavadocVariable Missing a Javadoc comment. 1364
 Error javadoc JavadocVariable Missing a Javadoc comment. 1365
 Error javadoc JavadocVariable Missing a Javadoc comment. 1366
 Error javadoc JavadocVariable Missing a Javadoc comment. 1367
 Error javadoc JavadocVariable Missing a Javadoc comment. 1368
 Error javadoc JavadocVariable Missing a Javadoc comment. 1369
 Error javadoc JavadocVariable Missing a Javadoc comment. 1370
 Error javadoc JavadocVariable Missing a Javadoc comment. 1371
 Error javadoc JavadocVariable Missing a Javadoc comment. 1372
 Error javadoc JavadocVariable Missing a Javadoc comment. 1373
 Error design DesignForExtension Method 'read' is not designed for extension - needs to be abstract, final or empty. 1432
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1432
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1448
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1461
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1465
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1487
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1490
 Info whitespace ParenPad '(' is followed by whitespace. 1502
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1508
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 1522
 Error javadoc JavadocStyle Extra HTML tag found: </var> bytes are read. Returns number of bytes read into 1533
 Error design DesignForExtension Method 'read' is not designed for extension - needs to be abstract, final or empty. 1545
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1545
 Error javadoc JavadocVariable Missing a Javadoc comment. 1577
 Error javadoc JavadocVariable Missing a Javadoc comment. 1578
 Error javadoc JavadocVariable Missing a Javadoc comment. 1579
 Error javadoc JavadocVariable Missing a Javadoc comment. 1580
 Error javadoc JavadocVariable Missing a Javadoc comment. 1581
 Error javadoc JavadocVariable Missing a Javadoc comment. 1582
 Error javadoc JavadocVariable Missing a Javadoc comment. 1583
 Error javadoc JavadocVariable Missing a Javadoc comment. 1584
 Error javadoc JavadocVariable Missing a Javadoc comment. 1585
 Error javadoc JavadocVariable Missing a Javadoc comment. 1586
 Error javadoc JavadocVariable Missing a Javadoc comment. 1587
 Error design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 1651
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1651
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1662
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 1673
 Warning blocks LeftCurly '{' at column 6 should be on the previous line. 1681
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1687
 Error javadoc JavadocStyle Extra HTML tag found: </var> bytes are 1695
 Error design DesignForExtension Method 'write' is not designed for extension - needs to be abstract, final or empty. 1706
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1706
 Error design DesignForExtension Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. 1723
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1723
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 1728
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 1741
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1741
 Error design DesignForExtension Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. 1759
 Error javadoc JavadocMethod Expected @throws tag for 'java.io.IOException'. 1759
 Error design DesignForExtension Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. 1770

org/universAAL/ri/api/manager/server/RemoteServlet.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error design DesignForExtension Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 68
 Error design DesignForExtension Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 85

org/universAAL/ri/api/manager/server/persistence/Persistence.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Error javadoc JavadocStyle First sentence should end with a period. 90

org/universAAL/ri/api/manager/server/persistence/PersistenceDerby.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 162
 Error design DesignForExtension Method 'storeRegister' is not designed for extension - needs to be abstract, final or empty. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Error design DesignForExtension Method 'storeSubscriber' is not designed for extension - needs to be abstract, final or empty. 192
 Error javadoc JavadocMethod Missing a Javadoc comment. 192
 Error design DesignForExtension Method 'storeCallee' is not designed for extension - needs to be abstract, final or empty. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 206
 Error javadoc JavadocStyle First sentence should end with a period. 213
 Error design DesignForExtension Method 'removeRegister' is not designed for extension - needs to be abstract, final or empty. 256
 Error javadoc JavadocMethod Missing a Javadoc comment. 256
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 286
 Error design DesignForExtension Method 'restore' is not designed for extension - needs to be abstract, final or empty. 319
 Error javadoc JavadocMethod Missing a Javadoc comment. 319
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 365
 Error javadoc JavadocMethod Unused @param tag for 'millis'. 384
 Error design DesignForExtension Method 'removeOlderThan' is not designed for extension - needs to be abstract, final or empty. 388
 Info misc UpperEll Should use uppercase 'L'. 389
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 390
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 391
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 430
 Error design DesignForExtension Method 'storeUserPWD' is not designed for extension - needs to be abstract, final or empty. 464
 Error javadoc JavadocMethod Missing a Javadoc comment. 464
 Error design DesignForExtension Method 'checkUserPWD' is not designed for extension - needs to be abstract, final or empty. 476
 Error javadoc JavadocMethod Missing a Javadoc comment. 476
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 501
 Error design DesignForExtension Method 'checkUser' is not designed for extension - needs to be abstract, final or empty. 535
 Error javadoc JavadocMethod Missing a Javadoc comment. 535
 Error javadoc JavadocStyle First sentence should end with a period. 539
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 568