Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 0 147

Rules

Category Rule Violations Severity
blocks LeftCurly 5  Error
RightCurly 12  Error
coding EmptyStatement 1  Error
HiddenField 4  Error
design DesignForExtension 5  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 3  Error
javadoc JavadocMethod 15  Error
JavadocPackage 1  Error
JavadocType 3  Error
JavadocVariable 16  Error
misc ArrayTypeStyle 2  Error
FinalParameters 10  Error
naming ConstantName 8  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
39  Error
sizes LineLength 14  Error
whitespace FileTabCharacter 4  Error
WhitespaceAfter 4  Error

Details

ejava/projects/esales/blimpl/AccountMgmtCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error misc FinalParameters Parameter accountMgmt should be final. 30
 Error blocks RightCurly '}' should be on the same line. 33
 Error blocks RightCurly '}' should be on the same line. 36
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter accountMgmt should be final. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error misc FinalParameters Parameter args should be final. 53
 Error misc ArrayTypeStyle Array brackets at illegal position. 53
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error blocks RightCurly '}' should be on the same line. 68
 Error sizes LineLength Line is longer than 80 characters (found 83). 71
 Error sizes LineLength Line is longer than 80 characters (found 84). 72
 Error blocks LeftCurly '{' should have line break after. 72
 Error blocks RightCurly '}' should be on the same line. 72
 Error blocks RightCurly '}' should have line break before. 72
 Error sizes LineLength Line is longer than 80 characters (found 82). 73
 Error blocks LeftCurly '{' should have line break after. 73
 Error blocks RightCurly '}' should have line break before. 73
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error sizes LineLength Line is longer than 80 characters (found 96). 75
 Error blocks LeftCurly '{' should have line break after. 75
 Error blocks RightCurly '}' should have line break before. 75
 Error blocks RightCurly '}' should be on the same line. 77

ejava/projects/esales/blimpl/AccountMgmtImpl.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error design DesignForExtension Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter accountDAO should be final. 19
 Error coding HiddenField 'accountDAO' hides a field. 19
 Error coding EmptyStatement Empty statement. 20
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error design DesignForExtension Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter index should be final. 23
 Error misc FinalParameters Parameter count should be final. 23
 Error regexp RegexpSingleline Line has trailing spaces. 25

ejava/projects/esales/blimpl/ESalesIngestCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 14
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error regexp RegexpSingleline Line has trailing spaces. 16
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error naming ConstantName Name 'jdbcDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error naming ConstantName Name 'jdbcURL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error naming ConstantName Name 'jdbcUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'jdbcPassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error naming ConstantName Name 'inputFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error sizes LineLength Line is longer than 80 characters (found 87). 47
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 84). 72
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Error misc FinalParameters Parameter args should be final. 75
 Error misc ArrayTypeStyle Array brackets at illegal position. 75
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error blocks RightCurly '}' should be on the same line. 90
 Error blocks LeftCurly '{' should have line break after. 92
 Error blocks RightCurly '}' should have line break before. 92
 Error blocks LeftCurly '{' should have line break after. 93
 Error blocks RightCurly '}' should have line break before. 93
 Error blocks RightCurly '}' should be on the same line. 95

ejava/projects/esales/blimpl/ESalesIngestor.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 15
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error design VisibilityModifier Variable 'is' must be private and have accessor methods. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error design VisibilityModifier Variable 'accountDAO' must be private and have accessor methods. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error design VisibilityModifier Variable 'parser' must be private and have accessor methods. 19
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error design DesignForExtension Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. 21
 Error javadoc JavadocMethod Missing a Javadoc comment. 21
 Error misc FinalParameters Parameter is should be final. 21
 Error coding HiddenField 'is' hides a field. 21
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error design DesignForExtension Method 'setAccountDAO' is not designed for extension - needs to be abstract, final or empty. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 25
 Error misc FinalParameters Parameter accountDAO should be final. 25
 Error coding HiddenField 'accountDAO' hides a field. 25
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error sizes LineLength Line is longer than 80 characters (found 81). 31
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error design DesignForExtension Method 'ingest' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Expected @throws tag for 'JAXBException'. 40
 Error javadoc JavadocMethod Expected @throws tag for 'XMLStreamException'. 40
 Error coding HiddenField 'parser' hides a field. 41
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error sizes LineLength Line is longer than 80 characters (found 82). 46
 Error sizes LineLength Line is longer than 80 characters (found 89). 47
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 47
 Error sizes LineLength Line is longer than 80 characters (found 82). 50
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 82). 55
 Error sizes LineLength Line is longer than 80 characters (found 83). 56
 Error sizes LineLength Line is longer than 80 characters (found 82). 59
 Error misc FinalParameters Parameter accountDTO should be final. 59
 Error javadoc JavadocMethod Expected @param tag for 'accountDTO'. 59
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error sizes LineLength Line is longer than 80 characters (found 84). 61
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 65
 Error regexp RegexpSingleline Line has trailing spaces. 66