Checkstyle Results
The following document contains the results of Checkstyle 6.8 with https://raw.githubusercontent.com/lstephen/java-static-analysis-config/master/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
20 | 0 | 0 | 361 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MagicNumber | 6 | Error |
design | DesignForExtension | 3 | Error |
indentation | Indentation
|
302 | Error |
javadoc | JavadocMethod
|
33 | Error |
JavadocPackage | 5 | Error | |
JavadocType
|
5 | Error | |
JavadocVariable
|
6 | Error | |
whitespace | FileTabCharacter | 1 | Error |
Details
com/ljs/ootp/extract/html/Documents.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 26 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 28 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 31 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 34 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 36 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 36 |
Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 43 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 44 |
Error | indentation | Indentation | 'try' have incorrect indentation level 20, expected level should be one of the following: 16, 18. | 47 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be one of the following: 18, 20. | 50 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 20, expected level should be one of the following: 16, 18. | 51 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 54 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 55 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 56 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 57 |
com/ljs/ootp/extract/html/Page.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
com/ljs/ootp/extract/html/PageFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 19 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 21 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 22 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 23 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 26 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 27 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 30 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 31 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 34 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 35 |
com/ljs/ootp/extract/html/Pages.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 12 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 15 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 18 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 21 |
com/ljs/ootp/extract/html/UrlLoadingPage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 15 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 18 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 24 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 25 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 27 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 29 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 30 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 33 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 36 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 39 |
Error | indentation | Indentation | 'interface def modifier' have incorrect indentation level 4, expected level should be 2. | 41 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | indentation | Indentation | 'interface def rcurly' have incorrect indentation level 4, expected level should be 2. | 43 |
com/ljs/ootp/extract/html/loader/DiskCachingLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 24 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 26 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 28 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 29 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 30 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 31 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 33 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 35 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 36 |
Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 4, expected level should be 2. | 38 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 41 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 43 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 45 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 12, expected level should be 6. | 47 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 48 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 50 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 52 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 52 |
Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 55 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 56 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 56 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 60 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 60 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 63 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 63 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 67 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 69 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 70 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 8. | 71 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 72 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 73 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 75 |
Error | indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 77 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 78 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 79 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 8. | 80 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 81 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 82 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 84 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 86 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 86 |
Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 88 |
Error | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 89 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 20, expected level should be 10. | 90 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 91 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 20, expected level should be 10. | 92 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 93 |
Error | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 94 |
Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 95 |
Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 8. | 96 |
Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 6. | 97 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 98 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 100 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 6. | 102 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 102 |
Error | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 104 |
Error | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 105 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 20, expected level should be 10. | 106 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 107 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 20, expected level should be 10. | 108 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 109 |
Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 110 |
Error | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 8. | 111 |
Error | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 6. | 112 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 113 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 115 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 116 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 117 |
Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 4, expected level should be 2. | 118 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 121 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 122 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 125 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 126 |
com/ljs/ootp/extract/html/loader/InMemoryCachedLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 16 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 18 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 21 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 16, 18. | 28 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 31 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 33 |
Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 35 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 36 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 37 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 38 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 39 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 40 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 43 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 44 |
com/ljs/ootp/extract/html/loader/JsoupLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 12 |
Error | design | DesignForExtension | Method 'load' is not designed for extension - needs to be abstract, final or empty. | 12 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 14 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 15 |
com/ljs/ootp/extract/html/loader/PageLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
com/ljs/ootp/extract/html/loader/PageLoaderBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 9 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 14 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 15 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 16 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 18 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 20 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 21 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 24 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 25 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 26 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 29 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 30 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 33 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 34 |
com/ljs/ootp/extract/html/loader/PageLoaders.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 12 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 17 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 20 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 23 |
com/ljs/ootp/extract/html/ootp5/rating/PotentialRating.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 19 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 20 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 21 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 2. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 25 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 26 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 29 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 32 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 35 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 36 |
Error | indentation | Indentation | 'class def modifier' have incorrect indentation level 4, expected level should be 2. | 38 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 39 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 41 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 43 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 45 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 46 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 48 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 6. | 52 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 53 |
Error | indentation | Indentation | 'class def rcurly' have incorrect indentation level 4, expected level should be 2. | 54 |
com/ljs/ootp/extract/html/ootp5/rating/ZeroToTen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 15 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | coding | MagicNumber | '10' is a magic number. | 19 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 23 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 24 |
com/ljs/ootp/extract/html/ootp6/rating/OneToTen.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 12 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 16 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 18 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 20 |
Error | coding | MagicNumber | '10' is a magic number. | 20 |
Error | coding | MagicNumber | '5' is a magic number. | 20 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 21 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 24 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 25 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 28 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 29 |
com/ljs/ootp/extract/html/ootp6/rating/OneToTwenty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 15 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | coding | MagicNumber | '5' is a magic number. | 19 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 23 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 24 |
com/ljs/ootp/extract/html/ootp6/rating/TwoToEight.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 15 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | coding | MagicNumber | '5' is a magic number. | 19 |
Error | coding | MagicNumber | '5' is a magic number. | 19 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 23 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 24 |
com/ljs/ootp/extract/html/rating/IntegerScale.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 9 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 9 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 11 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 12 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | design | DesignForExtension | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 14 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 16 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 17 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 19 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
com/ljs/ootp/extract/html/rating/OneToOneHundred.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 9 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 11 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 13 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 15 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 17 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 18 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 20 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 21 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 22 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 24 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 25 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 26 |
com/ljs/ootp/extract/html/rating/Rating.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <S> tag. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 12 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 14 |
Error | indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 16 |
Error | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 18 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 19 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 20 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 25 |
Error | indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 29 |
Error | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 30 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 34 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 35 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 38 |
Error | indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 39 |
Error | indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 40 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 41 |
Error | indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 42 |
Error | indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 43 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 44 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 46 |
Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 48 |
Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 49 |
Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 50 |
Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 51 |
Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 52 |
Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 53 |
Error | indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 54 |
Error | indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 55 |
Error | indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 56 |
Error | indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 4. | 58 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 58 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 60 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 62 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 64 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 66 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 67 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 69 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 71 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 76 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 81 |
Error | indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 82 |
com/ljs/ootp/extract/html/rating/Scale.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 16 |
Error | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 2. | 24 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |