Checkstyle Results

The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5 0 0 114

Rules

Category Rule Violations Severity
blocks LeftCurly 1  Error
coding HiddenField 11  Error
MagicNumber 2  Error
design DesignForExtension 11  Error
javadoc JavadocMethod 20  Error
JavadocPackage 2  Error
JavadocType 3  Error
JavadocVariable 5  Error
misc FinalParameters 12  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
15  Error
whitespace FileTabCharacter 4  Error
WhitespaceAround 28  Error

Details

ejava/projects/eleague/bl/ClubMgmt.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 7
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Error javadoc JavadocMethod Missing a Javadoc comment. 8

ejava/projects/eleague/bl/ClubMgmtException.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 3
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 4
 Error misc FinalParameters Parameter message should be final. 6
 Error blocks LeftCurly '{' at column 43 should have line break after. 6

ejava/projects/eleague/bl/LeagueTestUtil.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 3
 Error javadoc JavadocMethod Missing a Javadoc comment. 4

ejava/projects/eleague/bo/Address.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 18
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 18
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error coding MagicNumber '20' is a magic number. 26
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 29
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error misc FinalParameters Parameter id should be final. 30
 Error coding HiddenField 'id' hides a field. 30
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error misc FinalParameters Parameter id should be final. 34
 Error coding HiddenField 'id' hides a field. 34
 Error misc FinalParameters Parameter city should be final. 34
 Error coding HiddenField 'city' hides a field. 34
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter id should be final. 42
 Error coding HiddenField 'id' hides a field. 42
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error design DesignForExtension Method 'getCity' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'setCity' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error misc FinalParameters Parameter city should be final. 49
 Error coding HiddenField 'city' hides a field. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53

ejava/projects/eleague/bo/Venue.java

Severity Category Rule Message Line
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error coding MagicNumber '40' is a magic number. 27
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 34
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Error misc FinalParameters Parameter id should be final. 35
 Error coding HiddenField 'id' hides a field. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error misc FinalParameters Parameter name should be final. 39
 Error coding HiddenField 'name' hides a field. 39
 Error misc FinalParameters Parameter address should be final. 39
 Error coding HiddenField 'address' hides a field. 39
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error misc FinalParameters Parameter id should be final. 47
 Error coding HiddenField 'id' hides a field. 47
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error misc FinalParameters Parameter name should be final. 53
 Error coding HiddenField 'name' hides a field. 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error design DesignForExtension Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Error misc FinalParameters Parameter address should be final. 60
 Error coding HiddenField 'address' hides a field. 60
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 71