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
7 95 18 35

Rules

Category Rule Violations Severity
blocks EmptyBlock 3  Warning
RightCurly 13  Warning
design DesignForExtension 6  Error
VisibilityModifier
  • protectedAllowed: "true"
8  Error
javadoc JavadocMethod 7  Error
JavadocPackage
  • allowLegacy: "true"
2  Warning
JavadocStyle 5  Error
JavadocVariable 9  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
29  Info
sizes LineLength
  • max: "120"
  • tabWidth: "4"
15  Info
whitespace WhitespaceAfter 5  Info
WhitespaceAround 46  Info

Details

org/universAAL/middleware/shell/universAAL/osgi/ConfigChangeCommand.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 120 characters (found 126). 26
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'parameter' must be private and have accessor methods. 43
 Info sizes LineLength Line is longer than 120 characters (found 171). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 46
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 48
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 58
 Info sizes LineLength Line is longer than 120 characters (found 128). 63
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Warning blocks EmptyBlock Must have at least one statement. 72
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 74
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Info whitespace WhitespaceAround 'else' is not followed by whitespace. 83
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 92
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 93
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 100
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 108
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 116
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 117
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 124
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 125
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Info whitespace WhitespaceAround 'else' is not followed by whitespace. 140
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 140
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Error javadoc JavadocMethod Expected an @return tag. 152
 Error javadoc JavadocMethod Expected @param tag for 'class1'. 152

org/universAAL/middleware/shell/universAAL/osgi/ConfigListCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Info sizes LineLength Line is longer than 120 characters (found 130). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'regExp' must be private and have accessor methods. 43
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info sizes LineLength Line is longer than 120 characters (found 141). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error design VisibilityModifier Variable 'locale' must be private and have accessor methods. 46
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 48
 Info whitespace WhitespaceAround 'if' is not followed by whitespace. 51
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 56
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Info sizes LineLength Line is longer than 120 characters (found 128). 64
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 75
 Info whitespace WhitespaceAround 'else' is not preceded with whitespace. 78
 Info whitespace WhitespaceAround '}' is not followed by whitespace. 78
 Info whitespace WhitespaceAround 'else' is not preceded with whitespace. 81
 Info whitespace WhitespaceAround '}' is not followed by whitespace. 81
 Info whitespace WhitespaceAround 'else' is not followed by whitespace. 81
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Info regexp RegexpSingleline Line has trailing spaces. 84
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 86
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 87
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 87
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 88
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 89
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 90
 Info whitespace WhitespaceAround '+' is not followed by whitespace. 90
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 90
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 92
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 93
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 94
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 95
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 96
 Info regexp RegexpSingleline Line has trailing spaces. 98

org/universAAL/middleware/shell/universAAL/osgi/ConfigPullCommand.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 120 characters (found 121). 27
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 120 characters (found 139). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'parameter' must be private and have accessor methods. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 120 characters (found 125). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'path' must be private and have accessor methods. 43
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 45
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 54
 Info sizes LineLength Line is longer than 120 characters (found 128). 59
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Warning blocks EmptyBlock Must have at least one statement. 68
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 70
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Info regexp RegexpSingleline Line has trailing spaces. 77
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info regexp RegexpSingleline Line has trailing spaces. 82

org/universAAL/middleware/shell/universAAL/osgi/ConfigPushCommand.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 120 characters (found 121). 27
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 120 characters (found 139). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'parameter' must be private and have accessor methods. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info sizes LineLength Line is longer than 120 characters (found 135). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'path' must be private and have accessor methods. 43
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error design DesignForExtension Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. 45
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 53
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 55
 Info sizes LineLength Line is longer than 120 characters (found 128). 60
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Warning blocks EmptyBlock Must have at least one statement. 69
 Warning blocks RightCurly '}' at column 2 should be on the same line as the next part of a multi-block statement. 71
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info whitespace WhitespaceAround 'else' is not followed by whitespace. 80
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 80

org/universAAL/middleware/shell/universAAL/osgi/ConfigurationEditorAbstractCommand.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Info regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocMethod Expected an @return tag. 36
 Error design DesignForExtension Method 'getConfigurationEditor' is not designed for extension - needs to be abstract, final or empty. 36
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Info sizes LineLength Line is longer than 120 characters (found 153). 47
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info regexp RegexpSingleline Line has trailing spaces. 49
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 50

org/universAAL/middleware/shell/universAAL/osgi/completers/ConfigEntityCompleter.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error javadoc JavadocMethod Expected an @return tag. 44
 Error design DesignForExtension Method 'complete' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Expected @param tag for 'buffer'. 44
 Error javadoc JavadocMethod Expected @param tag for 'cursor'. 44
 Error javadoc JavadocMethod Expected @param tag for 'candidates'. 44

org/universAAL/middleware/shell/universAAL/osgi/completers/ConfigFileCompleter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 27