Checkstyle Results

The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.17.1/log4j-couchdb/../checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 7

Files

File
 I
 W
 E
org/apache/logging/log4j/couchdb/CouchDbConnection.java 0 0 2
org/apache/logging/log4j/couchdb/CouchDbProvider.java 0 0 5

Details

org/apache/logging/log4j/couchdb/CouchDbConnection.java

Severity Category Rule Message Line
 Error
imports ImportControl Disallowed import - org.lightcouch.CouchDbClient. 27
 Error
imports ImportControl Disallowed import - org.lightcouch.Response. 28

org/apache/logging/log4j/couchdb/CouchDbProvider.java

Severity Category Rule Message Line
 Error
imports ImportControl Disallowed import - org.lightcouch.CouchDbClient. 30
 Error
imports ImportControl Disallowed import - org.lightcouch.CouchDbProperties. 31
 Error
imports ImportOrder Wrong order for 'java.lang.reflect.Method' import. 33
 Error
sizes LineLength Line is longer than 120 characters (found 121). 112
 Error
sizes LineLength Line is longer than 120 characters (found 121). 114