Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 5

Files

File
 I
 W
 E
it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java 0 0 1
it/tidalwave/accounting/ui/impl/javafx/Main.java 0 0 2
it/tidalwave/application/javafx/JavaFXToolBarModel.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
2
 Error
misc NewlineAtEndOfFile 1
 Error
whitespace WhitespaceAfter 2
 Error

Details

it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63

it/tidalwave/accounting/ui/impl/javafx/Main.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44

it/tidalwave/application/javafx/JavaFXToolBarModel.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 53
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 56