Checkstyle Results
The following document contains the results of Checkstyle 10.26.1 with checkstyle.xml ruleset.
Summary
| Files |
Info |
Warnings |
Errors |
| 4 |
0 |
21 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| imports |
CustomImportOrder
- separateLineBetweenGroups:
"true"
- sortImportsInGroupAlphabetically:
"true"
- customImportOrderRules:
"STATIC###THIRD_PARTY_PACKAGE"
- tokens:
"IMPORT, STATIC_IMPORT, PACKAGE_DEF" |
16 |
Warning |
| javadoc |
JavadocTagContinuationIndentation |
4 |
Warning |
| whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields:
"true"
- 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/apache/tiles/servlet/context/wildcard/WildcardServletTilesApplicationContext.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocTagContinuationIndentation |
Fortsetzung der Zeile hat falsche Einrückungstiefe (erwartet: 4). |
43 |
Warning |
javadoc |
JavadocTagContinuationIndentation |
Fortsetzung der Zeile hat falsche Einrückungstiefe (erwartet: 4). |
45 |
org/apache/tiles/servlet/context/wildcard/WildcardServletTilesApplicationContextFactory.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'javax.servlet.ServletContext' |
26 |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'org.apache.tiles.Initializable' |
28 |
Warning |
javadoc |
JavadocTagContinuationIndentation |
Fortsetzung der Zeile hat falsche Einrückungstiefe (erwartet: 4). |
40 |
org/apache/tiles/servlet/wildcard/WildcardServletTilesApplicationContext.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'javax.servlet.ServletContext' |
29 |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'org.apache.tiles.servlet.context.ServletTilesApplicationContext' |
31 |
org/apache/tiles/servlet/wildcard/WildcardServletTilesApplicationContextTest.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
EmptyLineSeparator |
'package' sollte durch eine Leerzeile von der vorherigen Zeile getrennt sein. |
21 |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext' |
25 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.io.File'. Sollte vor 'org.easymock.EasyMock' stehen. |
28 |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'java.io.File' |
28 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.io.IOException'. Sollte vor 'org.easymock.EasyMock' stehen. |
29 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.net.MalformedURLException'. Sollte vor 'org.easymock.EasyMock' stehen. |
30 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.net.URL'. Sollte vor 'org.easymock.EasyMock' stehen. |
31 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.util.Enumeration'. Sollte vor 'org.easymock.EasyMock' stehen. |
32 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.util.Set'. Sollte vor 'org.easymock.EasyMock' stehen. |
33 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.util.Vector'. Sollte vor 'org.easymock.EasyMock' stehen. |
34 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'java.util.HashSet'. Sollte vor 'org.easymock.EasyMock' stehen. |
35 |
Warning |
imports |
CustomImportOrder |
Falsche lexikographische Reihenfolge des Imports von 'javax.servlet.ServletContext'. Sollte vor 'org.easymock.EasyMock' stehen. |
37 |
Warning |
imports |
CustomImportOrder |
Zusätzliche Trennung in der Importgruppe vor 'javax.servlet.ServletContext' |
37 |
Warning |
javadoc |
JavadocTagContinuationIndentation |
Fortsetzung der Zeile hat falsche Einrückungstiefe (erwartet: 4). |
133 |