Coding Style Check Results

Summary
Total files checked451
Files with errors7
Total errors24
Errors per file0

The following are violations of the Sun Coding-Style Standards:

File: org/crosswire/common/diff/DiffCleanup.java
Line Number Error Message
293Nested if-else depth is 4 (max allowed is 3).

File: org/crosswire/jsword/book/filter/thml/ATag.java
Line Number Error Message
49'!=' is not preceded with whitespace.
49'!=' is not followed by whitespace.
49'>' is not preceded with whitespace.
49'>' is not followed by whitespace.
52Line has trailing spaces.

File: org/crosswire/jsword/book/install/Installer.java
Line Number Error Message
130Line has trailing spaces.

File: org/crosswire/jsword/book/install/sword/AbstractSwordInstaller.java
Line Number Error Message
400Line has trailing spaces.

File: org/crosswire/jsword/book/sword/ConfigEntryTable.java
Line Number Error Message
98'cast' is not followed by whitespace.
100Line has trailing spaces.
889Name 'MAX_BUFF_SIZE' must match pattern '[a-z][a-zA-Z0-9]*$'.
889'*' is not preceded with whitespace.
889'*' is not followed by whitespace.
890Name 'MIN_BUFF_SIZE' must match pattern '[a-z][a-zA-Z0-9]*$'.
891Line has trailing spaces.

File: org/crosswire/jsword/book/sword/RawBackend.java
Line Number Error Message
151Line has trailing spaces.

File: org/crosswire/jsword/index/lucene/LuceneIndex.java
Line Number Error Message
56Unused import - org.crosswire.jsword.index.IndexManager.
120Line has trailing spaces.
125Line has trailing spaces.
433'if' is not followed by whitespace.
433'cast' is not followed by whitespace.
435'else' is not preceded with whitespace.
435'}' is not followed by whitespace.
438Line has trailing spaces.