Checkstyle Results
The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
19 | 0 | 37 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
24 | Warning |
javadoc | JavadocParagraph | 8 | Warning |
sizes | LineLength
|
5 | Error |
Details
waffle/shiro/AbstractWaffleRealm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.windows.auth.IWindowsAuthProvider' | 43 |
waffle/shiro/GroupMappingWaffleRealm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authz.AuthorizationInfo' | 32 |
waffle/shiro/GroupMappingWaffleRealmTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 31 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationException' | 33 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.mock.MockWindowsAuthProvider' | 42 |
waffle/shiro/WaffleFqnPrincipal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.windows.auth.IWindowsAccount' | 31 |
waffle/shiro/dynamic/DynamicAuthenticationFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationToken' | 29 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.shiro.negotiate.NegotiateAuthenticationFilter' | 35 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 42 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 45 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 178 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 180 |
waffle/shiro/dynamic/DynamicAuthenticationFilterTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'mockit.Expectations' | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 32 |
waffle/shiro/negotiate/AuthenticationInProgressException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 |
waffle/shiro/negotiate/MockServletResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.http.HttpServletResponse' | 31 |
waffle/shiro/negotiate/NegotiateAuthenticationFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.ServletRequest' | 32 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationException' | 37 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.util.AuthorizationHeader' | 46 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 218 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 219 |
waffle/shiro/negotiate/NegotiateAuthenticationFilterTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.servlet.http.HttpServletResponse' | 29 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'mockit.Tested' | 31 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 33 |
waffle/shiro/negotiate/NegotiateAuthenticationRealm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.security.auth.Subject' | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationException' | 30 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.servlet.WindowsPrincipal' | 37 |
waffle/shiro/negotiate/NegotiateAuthenticationRealmTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationException' | 30 |
waffle/shiro/negotiate/NegotiateAuthenticationStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 43 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 59 |
waffle/shiro/negotiate/NegotiateInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationInfo' | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 34 |
waffle/shiro/negotiate/NegotiateToken.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.security.auth.Subject' | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.shiro.authc.AuthenticationInfo' | 30 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 230 |