Checkstyle Results
The following document contains the results of Checkstyle 13.2.0 with google_checks.xml ruleset.
Summary
| Files |
Info |
Warnings |
Errors |
| 25 |
0 |
10 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| coding |
MatchXpath
- query:
"//SINGLE_LINE_COMMENT[./COMMENT_CONTENT[not(starts-with(@text, ' ')) and not(starts-with(@text, '/')) and not(@text = '\n') and not(ends-with(@text, '//\n'))]]"
- id:
"singleLineCommentStartWithSpace" |
7 |
Warning |
|
OverloadMethodsDeclarationOrder |
2 |
Warning |
| whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields:
"true"
- allowMultipleEmptyLines:
"false"
- tokens:
"PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF, RECORD_DEF, COMPACT_CTOR_DEF" |
1 |
Warning |
Details
org/bremersee/spring/security/core/AuthenticationTemplate.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
67 |
org/bremersee/spring/security/core/ReactiveAuthenticationTemplate.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
79 |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
95 |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
103 |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
118 |
org/bremersee/spring/security/core/mapping/authority/NormalizedGrantedAuthoritiesMapperTest.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Alle überladenen Methoden sollten nebeneinander platziert werden. Das Platzieren nicht überladener Methoden zwischen überladenen Methoden desselben Typs ist eine Verletzung. Vorherige überladene Methode in Zeile ' 37 '. |
81 |
org/bremersee/spring/security/core/mapping/group/NormalizedGroupsMapperTest.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Alle überladenen Methoden sollten nebeneinander platziert werden. Das Platzieren nicht überladener Methoden zwischen überladenen Methoden desselben Typs ist eine Verletzung. Vorherige überladene Methode in Zeile ' 36 '. |
79 |
org/bremersee/spring/security/oauth2/server/resource/authentication/JsonPathJwtConverter.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
104 |
Warning |
coding |
MatchXpath |
'//' must be followed by a whitespace. |
150 |
org/bremersee/spring/security/oauth2/server/resource/authentication/JsonPathJwtProperties.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
EmptyLineSeparator |
Vor '/*' steht mehr als eine leere Zeile. |
60 |