Coding Style Check Results
| Summary | |
|---|---|
| Total files checked | 451 |
| Files with errors | 7 |
| Total errors | 24 |
| Errors per file | 0 |
The following are violations of the Sun Coding-Style Standards:
| File: | org/crosswire/common/diff/DiffCleanup.java |
|---|
| Line Number | Error Message |
|---|---|
| 293 | Nested 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. |
| 52 | Line has trailing spaces. |
| File: | org/crosswire/jsword/book/install/Installer.java |
|---|
| Line Number | Error Message |
|---|---|
| 130 | Line has trailing spaces. |
| File: | org/crosswire/jsword/book/install/sword/AbstractSwordInstaller.java |
|---|
| Line Number | Error Message |
|---|---|
| 400 | Line has trailing spaces. |
| File: | org/crosswire/jsword/book/sword/ConfigEntryTable.java |
|---|
| Line Number | Error Message |
|---|---|
| 98 | 'cast' is not followed by whitespace. |
| 100 | Line has trailing spaces. |
| 889 | Name 'MAX_BUFF_SIZE' must match pattern '[a-z][a-zA-Z0-9]*$'. |
| 889 | '*' is not preceded with whitespace. |
| 889 | '*' is not followed by whitespace. |
| 890 | Name 'MIN_BUFF_SIZE' must match pattern '[a-z][a-zA-Z0-9]*$'. |
| 891 | Line has trailing spaces. |
| File: | org/crosswire/jsword/book/sword/RawBackend.java |
|---|
| Line Number | Error Message |
|---|---|
| 151 | Line has trailing spaces. |
| File: | org/crosswire/jsword/index/lucene/LuceneIndex.java |
|---|
| Line Number | Error Message |
|---|---|
| 56 | Unused import - org.crosswire.jsword.index.IndexManager. |
| 120 | Line has trailing spaces. |
| 125 | Line 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. |
| 438 | Line has trailing spaces. |