Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
70036

Files

FilesIWE
org/apache/excalibur/thread/Executable.java 007
org/apache/excalibur/thread/ThreadControl.java 0017
org/apache/excalibur/thread/ThreadPool.java 0011
org/apache/excalibur/thread/package.html 001

org/apache/excalibur/thread/Executable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 30

org/apache/excalibur/thread/ThreadControl.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 25
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Redundant throws: 'IllegalStateException' is unchecked exception. 36
Error Line is longer than 80 characters. 42
Error Redundant throws: 'IllegalStateException' is unchecked exception. 45
Error Redundant throws: 'SecurityException' is unchecked exception. 45
Error First sentence should end with a period. 47

org/apache/excalibur/thread/ThreadPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 25
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42

org/apache/excalibur/thread/package.html

ErrorLine
Error Missing package documentation file.0