Checkstyle Results

The following document contains the results of Checkstyle 8.31 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
121 0 9 0

Files

File
 I
 W
 E
org/bremersee/dccon/config/AsyncConfiguration.java 0 1 0
org/bremersee/dccon/config/CachingConfiguration.java 0 1 0
org/bremersee/dccon/config/SecurityConfiguration.java 0 1 0
org/bremersee/dccon/repository/DnsRecordType.java 0 2 0
org/bremersee/dccon/repository/cli/DhcpLeaseParser.java 0 2 0
org/bremersee/dccon/repository/img/ImageScalerTest.java 0 1 0
org/bremersee/dccon/repository/ldap/DomainUserLdapConstants.java 0 1 0

Rules

Category Rule Violations Severity
imports AvoidStarImport 1
 Warning
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1
 Warning
modifier ModifierOrder 2
 Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4
 Error

Details

org/bremersee/dccon/config/AsyncConfiguration.java

Severity Category Rule Message Line
 Warning
naming MemberName Member name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 34

org/bremersee/dccon/config/CachingConfiguration.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 84

org/bremersee/dccon/config/SecurityConfiguration.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 106

org/bremersee/dccon/repository/DnsRecordType.java

Severity Category Rule Message Line
 Warning
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 453
 Warning
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 458

org/bremersee/dccon/repository/cli/DhcpLeaseParser.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 132). 40
 Warning
sizes LineLength Line is longer than 100 characters (found 145). 41

org/bremersee/dccon/repository/img/ImageScalerTest.java

Severity Category Rule Message Line
 Warning
imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. 19

org/bremersee/dccon/repository/ldap/DomainUserLdapConstants.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 19