Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
30021

Files

FilesIWE
net/sourceforge/wheeler/client/WheelerApplet.java 0020
net/sourceforge/wheeler/client/package.html 001

net/sourceforge/wheeler/client/WheelerApplet.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 4
Error Using the '.*' form of import should be avoided - javax.swing.*. 5
Error Line has trailing spaces. 10
Error Line has trailing spaces. 11
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 20
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Redundant throws: 'HeadlessException' is unchecked exception. 23
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 43

net/sourceforge/wheeler/client/package.html

ErrorLine
Error Missing package documentation file.0