Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 12.3.1 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 0 59

Files

File  I  W  E
edu/pdx/cs/joy/student/Student.java 0 0 59

Rules

Category Rule Violations Severity
javadoc JavadocMethod 2  Error
JavadocPackage 1  Error
JavadocStyle 2  Error
misc FinalParameters 5  Error
NewlineAtEndOfFile 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
23  Error
sizes LineLength
  • fileExtensions: "java"
25  Error

Details

edu/pdx/cs/joy/student/Student.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error regexp RegexpSingleline Line has trailing spaces. 6
 Error sizes LineLength Line is longer than 80 characters (found 84). 6
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error sizes LineLength Line is longer than 80 characters (found 84). 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error sizes LineLength Line is longer than 80 characters (found 84). 9
 Error regexp RegexpSingleline Line has trailing spaces. 11
 Error sizes LineLength Line is longer than 80 characters (found 84). 11
 Error javadoc JavadocStyle First sentence should end with a period. 12
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error sizes LineLength Line is longer than 80 characters (found 84). 12
 Error regexp RegexpSingleline Line has trailing spaces. 13
 Error sizes LineLength Line is longer than 80 characters (found 84). 13
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error sizes LineLength Line is longer than 80 characters (found 84). 14
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error sizes LineLength Line is longer than 80 characters (found 84). 15
 Error regexp RegexpSingleline Line has trailing spaces. 16
 Error sizes LineLength Line is longer than 80 characters (found 84). 16
 Error regexp RegexpSingleline Line has trailing spaces. 17
 Error sizes LineLength Line is longer than 80 characters (found 84). 17
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error sizes LineLength Line is longer than 80 characters (found 84). 18
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error sizes LineLength Line is longer than 80 characters (found 84). 19
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error sizes LineLength Line is longer than 80 characters (found 84). 20
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error sizes LineLength Line is longer than 80 characters (found 84). 21
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error sizes LineLength Line is longer than 80 characters (found 84). 22
 Error sizes LineLength Line is longer than 80 characters (found 81). 23
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error sizes LineLength Line is longer than 80 characters (found 84). 24
 Error sizes LineLength Line is longer than 80 characters (found 85). 25
 Error misc FinalParameters Parameter name should be final. 25
 Error misc FinalParameters Parameter classes should be final. 25
 Error misc FinalParameters Parameter gpa should be final. 25
 Error misc FinalParameters Parameter gender should be final. 25
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error sizes LineLength Line is longer than 80 characters (found 84). 29
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 33
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error sizes LineLength Line is longer than 80 characters (found 84). 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error sizes LineLength Line is longer than 80 characters (found 84). 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 84). 38
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error sizes LineLength Line is longer than 80 characters (found 84). 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error sizes LineLength Line is longer than 80 characters (found 84). 40
 Error javadoc JavadocMethod @return tag should be present and have description. 41
 Error misc FinalParameters Parameter args should be final. 50
 Error javadoc JavadocMethod Expected @param tag for 'args'. 50