Checkstyle Results
The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
4 |
0 |
9 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
imports |
CustomImportOrder
- separateLineBetweenGroups:
"true"
- sortImportsInGroupAlphabetically:
"true"
- customImportOrderRules:
"STATIC###THIRD_PARTY_PACKAGE"
- tokens:
"IMPORT, STATIC_IMPORT, PACKAGE_DEF" |
4 |
Warning |
javadoc |
JavadocParagraph |
4 |
Warning |
naming |
AbbreviationAsWordInName
- tokens:
"CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
- ignoreFinal:
"false"
- allowedAbbreviations:
"XML,URL"
- allowedAbbreviationLength:
"0" |
1 |
Warning |
Details
waffle/jetty/StartEmbeddedJetty.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.apache.jasper.servlet.JspServlet' |
31 |
waffle/jetty/StartEmbeddedJettyValidateNTLMGroup.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'javax.servlet.DispatcherType' |
34 |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.eclipse.jetty.ee8.servlet.FilterHolder' |
40 |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'waffle.servlet.NegotiateSecurityFilter' |
49 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
55 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name 'StartEmbeddedJettyValidateNTLMGroup' must contain no more than '1' consecutive capital letters. |
58 |
waffle/jetty/package-info.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
26 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
28 |
Warning |
javadoc |
JavadocParagraph |
<p> tag should be preceded with an empty line. |
32 |