Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
100069

Files

FilesIWE
org/codehaus/xfire/demo/book/BookService.java 001
org/codehaus/xfire/demo/book/BookService.java 0021
org/codehaus/xfire/demo/book/package.html 001
org/codehaus/xfire/demo/java/ArrayService.java 0013
org/codehaus/xfire/demo/java/Echo.java 008
org/codehaus/xfire/demo/java/SimpleBean.java 0024
org/codehaus/xfire/demo/java/package.html 001

org/codehaus/xfire/demo/book/BookService.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/demo/book/BookService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 8
Error '{' should be on the previous line. 9
Error Line contains a tab character. 10
Error Method 'FindBook' is not designed for extension - needs to be abstract, final or empty. 10
Error Missing a Javadoc comment. 10
Error Name 'FindBook' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Error Parameter mapContext should be final. 10
Error '{' should be on the previous line. 11
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 21
Error Method 'Search' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Parameter mapContext should be final. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 30
Error '{' is followed by whitespace. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 35

org/codehaus/xfire/demo/book/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/demo/java/ArrayService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error '{' should be on the previous line. 9
Error Method 'getBeanArray' is not designed for extension - needs to be abstract, final or empty. 10
Error Missing a Javadoc comment. 10
Error '{' should be on the previous line. 11
Error Line has trailing spaces. 15
Error '{' is followed by whitespace. 16
Error Method 'getStringArray' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error '{' should be on the previous line. 20
Error '{' is followed by whitespace. 21
Error Line has trailing spaces. 28

org/codehaus/xfire/demo/java/Echo.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 8
Error Method 'echo' is not designed for extension - needs to be abstract, final or empty. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter in should be final. 9
Error ')' is preceded with whitespace. 9
Error '{' should be on the previous line. 10

org/codehaus/xfire/demo/java/SimpleBean.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 Line has trailing spaces. 5
Error '{' should be on the previous line. 9
Error Missing a Javadoc comment. 10
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 12
Error Method 'getBleh' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error '{' should be on the previous line. 15
Error Method 'setBleh' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter bleh should be final. 19
Error 'bleh' hides a field. 19
Error '{' should be on the previous line. 20
Error Line has trailing spaces. 23
Error Method 'getHowdy' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error '{' should be on the previous line. 25
Error Method 'setHowdy' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter howdy should be final. 29
Error 'howdy' hides a field. 29
Error '{' should be on the previous line. 30

org/codehaus/xfire/demo/java/package.html

ErrorLine
Error Missing package documentation file.0