Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
15 | 0 | 0 | 71 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MagicNumber | 1 | Error |
javadoc | JavadocPackage | 5 | Error |
JavadocVariable | 10 | Error | |
misc | FinalParameters | 11 | Error |
regexp | RegexpSingleline
|
24 | Error |
sizes | LineLength
|
20 | Error |
Details
application.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
info/mikethomas/fahservices/Application.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter args should be final. | 48 |
Error | coding | MagicNumber | '36330' is a magic number. | 60 |
info/mikethomas/fahservices/config/JacksonConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
info/mikethomas/fahservices/config/SwaggerInitConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
info/mikethomas/fahservices/filter/CorsFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 45 |
Error | misc | FinalParameters | Parameter request should be final. | 45 |
Error | misc | FinalParameters | Parameter response should be final. | 45 |
Error | misc | FinalParameters | Parameter chain should be final. | 45 |
Error | misc | FinalParameters | Parameter filterConfig should be final. | 55 |
info/mikethomas/fahservices/graphql/Query.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
info/mikethomas/fahservices/service/InfoResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
Error | misc | FinalParameters | Parameter ex should be final. | 92 |
info/mikethomas/fahservices/service/OptionsResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
Error | misc | FinalParameters | Parameter ex should be final. | 92 |
info/mikethomas/fahservices/service/PauseResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
info/mikethomas/fahservices/service/QueueInfoResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
Error | misc | FinalParameters | Parameter ex should be final. | 95 |
info/mikethomas/fahservices/service/SimulationInfoResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | misc | FinalParameters | Parameter ex should be final. | 97 |
info/mikethomas/fahservices/service/SlotAddResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
info/mikethomas/fahservices/service/SlotInfoResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | misc | FinalParameters | Parameter ex should be final. | 125 |
info/mikethomas/fahservices/service/SlotOptionsResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
Error | misc | FinalParameters | Parameter ex should be final. | 96 |
info/mikethomas/fahservices/service/UnpauseResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 85 |