Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
60031

Files

FilesIWE
com/arcmind/jsfquickstart/controller/CalculatorConroller.java 001
com/arcmind/jsfquickstart/controller/CalculatorConroller.java 0016
com/arcmind/jsfquickstart/controller/package.html 001
com/arcmind/jsfquickstart/model/Calculator.java 001
com/arcmind/jsfquickstart/model/Calculator.java 0011
com/arcmind/jsfquickstart/model/package.html 001

com/arcmind/jsfquickstart/controller/CalculatorConroller.java

ErrorLine
Error File does not end with a newline. 0

com/arcmind/jsfquickstart/controller/CalculatorConroller.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 6
Error Method 'setCalculator' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter aCalculator should be final. 45
Error First sentence should end with a period. 49
Error Method 'setFirstNumber' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter aFirstNumber should be final. 54
Error First sentence should end with a period. 58
Error Method 'getFirstNumber' is not designed for extension - needs to be abstract, final or empty. 63
Error Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 72
Error First sentence should end with a period. 76
Error Method 'setSecondNumber' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter aSecondNumber should be final. 81
Error Method 'getSecondNumber' is not designed for extension - needs to be abstract, final or empty. 90
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 99
Error Method 'multiply' is not designed for extension - needs to be abstract, final or empty. 111

com/arcmind/jsfquickstart/controller/package.html

ErrorLine
Error Missing package documentation file.0

com/arcmind/jsfquickstart/model/Calculator.java

ErrorLine
Error File does not end with a newline. 0

com/arcmind/jsfquickstart/model/Calculator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 3
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 20
Error Parameter a should be final. 20
Error Parameter b should be final. 20
Error Method 'multiply' is not designed for extension - needs to be abstract, final or empty. 32
Error Parameter a should be final. 32
Error Parameter b should be final. 32
Error Method 'divide' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter a should be final. 44
Error Parameter b should be final. 44

com/arcmind/jsfquickstart/model/package.html

ErrorLine
Error Missing package documentation file.0