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