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 |
---|---|---|---|
design | HideUtilityClassConstructor | 1 | ![]() |
VisibilityModifier
|
15 | ![]() | |
imports | UnusedImports | 1 | ![]() |
javadoc | JavadocMethod | 25 | ![]() |
JavadocPackage
|
6 | ![]() | |
JavadocStyle | 19 | ![]() | |
JavadocVariable | 11 | ![]() | |
misc | NewlineAtEndOfFile | 3 | ![]() |
naming | LocalVariableName | 3 | ![]() |
MemberName | 2 | ![]() | |
MethodName | 3 | ![]() | |
whitespace | WhitespaceAfter | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | MethodName | Name 'SendNewMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AdapterException'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | VisibilityModifier | Variable 'separator' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
design | VisibilityModifier | Variable 'broker' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AdapterException'. | 68 |
![]() |
naming | LocalVariableName | Name 'square_free_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | LocalVariableName | Name 'splitted_square_free_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
naming | MemberName | Name 'server_socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'server_socket' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
design | VisibilityModifier | Variable 'threadPool' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'broker' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'port'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'broker'. | 65 |
![]() |
naming | LocalVariableName | Name 'server_socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'br' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'osw' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
naming | MethodName | Name 'CallbackForHandleContextEvent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextEvent. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AdapterException'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
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 |
![]() |
design | VisibilityModifier | Variable 'hp' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
naming | MethodName | Name 'SendNewMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'callback' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'event'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AdapterException'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
naming | MemberName | Name 'IDforResult' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |