Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
| Files | Infos | Warnings | Errors |
| 6 | 0 | 0 | 31 |
Files
com/arcmind/jsfquickstart/controller/CalculatorConroller.java
| Error | Line |
| File does not end with a newline. |
0
|
com/arcmind/jsfquickstart/controller/CalculatorConroller.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
6
|
| Method 'setCalculator' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter aCalculator should be final. |
45
|
| First sentence should end with a period. |
49
|
| Method 'setFirstNumber' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter aFirstNumber should be final. |
54
|
| First sentence should end with a period. |
58
|
| Method 'getFirstNumber' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. |
72
|
| First sentence should end with a period. |
76
|
| Method 'setSecondNumber' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter aSecondNumber should be final. |
81
|
| Method 'getSecondNumber' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. |
111
|
com/arcmind/jsfquickstart/controller/package.html
| Error | Line |
| Missing package documentation file. | 0 |
com/arcmind/jsfquickstart/model/Calculator.java
| Error | Line |
| File does not end with a newline. |
0
|
com/arcmind/jsfquickstart/model/Calculator.java
| Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
3
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
20
|
| Parameter a should be final. |
20
|
| Parameter b should be final. |
20
|
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Parameter a should be final. |
32
|
| Parameter b should be final. |
32
|
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter a should be final. |
44
|
| Parameter b should be final. |
44
|
com/arcmind/jsfquickstart/model/package.html
| Error | Line |
| Missing package documentation file. | 0 |