Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 0 89

Rules

Category Rule Violations Severity
blocks RightCurly 1  Error
coding EmptyStatement 1  Error
HiddenField 4  Error
design DesignForExtension 10  Error
javadoc JavadocMethod 12  Error
JavadocPackage 1  Error
JavadocType 2  Error
JavadocVariable 7  Error
misc FinalParameters 9  Error
naming ConstantName 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
21  Error
sizes LineLength 15  Error
whitespace FileTabCharacter 2  Error
OperatorWrap 1  Error
WhitespaceAfter 2  Error

Details

ejava/projects/eleague/blimpl/ClubMgmtImpl.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error design DesignForExtension Method 'setClubDAO' is not designed for extension - needs to be abstract, final or empty. 16
 Error javadoc JavadocMethod Missing a Javadoc comment. 16
 Error misc FinalParameters Parameter clubDAO should be final. 16
 Error coding HiddenField 'clubDAO' hides a field. 16
 Error coding EmptyStatement Empty statement. 17
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error design DesignForExtension Method 'getVenues' is not designed for extension - needs to be abstract, final or empty. 20
 Error javadoc JavadocMethod Missing a Javadoc comment. 20
 Error misc FinalParameters Parameter index should be final. 20
 Error misc FinalParameters Parameter count should be final. 20
 Error regexp RegexpSingleline Line has trailing spaces. 22

ejava/projects/eleague/blimpl/LeagueIngestor.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error sizes LineLength Line is longer than 80 characters (found 91). 18
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error design DesignForExtension Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 22
 Error misc FinalParameters Parameter is should be final. 22
 Error coding HiddenField 'is' hides a field. 22
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error design DesignForExtension Method 'setClubDAO' is not designed for extension - needs to be abstract, final or empty. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error misc FinalParameters Parameter clubDAO should be final. 26
 Error coding HiddenField 'clubDAO' hides a field. 26
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error sizes LineLength Line is longer than 80 characters (found 81). 32
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error sizes LineLength Line is longer than 80 characters (found 84). 42
 Error design DesignForExtension Method 'ingest' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Expected @throws tag for 'JAXBException'. 42
 Error javadoc JavadocMethod Expected @throws tag for 'XMLStreamException'. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error sizes LineLength Line is longer than 80 characters (found 85). 49
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 49
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 50
 Error sizes LineLength Line is longer than 80 characters (found 87). 51
 Error sizes LineLength Line is longer than 80 characters (found 87). 52
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 52
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Error misc FinalParameters Parameter season should be final. 60
 Error sizes LineLength Line is longer than 80 characters (found 86). 62
 Error sizes LineLength Line is longer than 80 characters (found 99). 63
 Error whitespace OperatorWrap '+' should be on a new line. 65
 Error sizes LineLength Line is longer than 80 characters (found 104). 66
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error sizes LineLength Line is longer than 80 characters (found 82). 73
 Error sizes LineLength Line is longer than 80 characters (found 81). 74
 Error misc FinalParameters Parameter clubDTO should be final. 77
 Error javadoc JavadocMethod Expected @param tag for 'clubDTO'. 77
 Error sizes LineLength Line is longer than 80 characters (found 82). 78
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error regexp RegexpSingleline Line has trailing spaces. 82
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error sizes LineLength Line is longer than 80 characters (found 90). 89

ejava/projects/eleague/blimpl/LeagueTestUtilImpl.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 10
 Error regexp RegexpSingleline Line has trailing spaces. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error sizes LineLength Line is longer than 80 characters (found 81). 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error design DesignForExtension Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 15
 Error misc FinalParameters Parameter em should be final. 15
 Error coding HiddenField 'em' hides a field. 15
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error design DesignForExtension Method 'getDBUtil' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error design DesignForExtension Method 'drop' is not designed for extension - needs to be abstract, final or empty. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 82). 33
 Error design DesignForExtension Method 'create' is not designed for extension - needs to be abstract, final or empty. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error misc FinalParameters Parameter sequenceVals should be final. 33
 Error design DesignForExtension Method 'reset' is not designed for extension - needs to be abstract, final or empty. 38