Checkstyle Results

The following document contains the results of Checkstyle 10.12.7 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
4 0 14 0

Files

File  I  W  E
waffle/jetty/StartEmbeddedJetty.java 0 1 0
waffle/jetty/StartEmbeddedJettyValidateNTLMGroup.java 0 7 0
waffle/jetty/package-info.java 0 6 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 8  Warning
misc ArrayTypeStyle 1  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' 30

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.server.Server' 40
 Warning imports CustomImportOrder Extra separation in import group before 'waffle.servlet.NegotiateSecurityFilter' 49
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 55
 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
 Warning misc ArrayTypeStyle Array brackets at illegal position. 69

waffle/jetty/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 28
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 28
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 32
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 32