Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 0 62

Rules

Category Rule Violations Severity
blocks NeedBraces 1  Error
RightCurly 3  Error
design DesignForExtension 4  Error
imports AvoidStarImport 1  Error
javadoc JavadocMethod 5  Error
JavadocPackage 1  Error
JavadocType 2  Error
JavadocVariable 2  Error
misc FinalParameters 4  Error
naming ConstantName 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
11  Error
sizes LineLength 18  Error
whitespace FileTabCharacter 1  Error
WhitespaceAfter 4  Error
WhitespaceAround 4  Error

Details

ejava/projects/edmv/ejb/ParserTestEJB.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - junit.framework.TestCase.*. 7
 Error javadoc JavadocType Missing a Javadoc comment. 25
 Error sizes LineLength Line is longer than 80 characters (found 87). 27
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error design DesignForExtension Method 'ingest' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 60
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 63
 Error blocks RightCurly '}' at column 11 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). 64
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 66
 Error blocks RightCurly '}' at column 11 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). 67
 Error blocks RightCurly '}' at column 3 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). 72
 Error blocks NeedBraces 'if' construct must use '{}'s. 74
 Error design DesignForExtension Method 'check' is not designed for extension - needs to be abstract, final or empty. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error misc FinalParameters Parameter p should be final. 78
 Error misc FinalParameters Parameter people should be final. 78
 Error regexp RegexpSingleline Line has trailing spaces. 80
 Error sizes LineLength Line is longer than 80 characters (found 87). 95
 Error sizes LineLength Line is longer than 80 characters (found 88). 96
 Error sizes LineLength Line is longer than 80 characters (found 88). 97
 Error sizes LineLength Line is longer than 80 characters (found 88). 98
 Error sizes LineLength Line is longer than 80 characters (found 82). 100
 Error sizes LineLength Line is longer than 80 characters (found 85). 108
 Error sizes LineLength Line is longer than 80 characters (found 86). 110
 Error sizes LineLength Line is longer than 80 characters (found 97). 111
 Error sizes LineLength Line is longer than 80 characters (found 90). 112
 Error sizes LineLength Line is longer than 80 characters (found 101). 113
 Error sizes LineLength Line is longer than 80 characters (found 88). 115
 Error sizes LineLength Line is longer than 80 characters (found 99). 116
 Error sizes LineLength Line is longer than 80 characters (found 94). 117
 Error sizes LineLength Line is longer than 80 characters (found 105). 118
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error design DesignForExtension Method 'check' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error misc FinalParameters Parameter r should be final. 124
 Error misc FinalParameters Parameter people should be final. 124
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 134
 Error sizes LineLength Line is longer than 80 characters (found 82). 138
 Error sizes LineLength Line is longer than 80 characters (found 88). 154
 Error sizes LineLength Line is longer than 80 characters (found 89). 159

ejava/projects/edmv/ejb/ParserTestRemote.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error javadoc JavadocMethod Missing a Javadoc comment. 7