Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.12.4/log4j-couchdb/../checkstyle.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
3 |
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 |
ImportOrder |
Wrong order for 'org.apache.logging.log4j.core.appender.nosql.NoSqlProvider' import. |
29 |
Error |
imports |
ImportControl |
Disallowed import - org.lightcouch.CouchDbClient. |
33 |
Error |
imports |
ImportControl |
Disallowed import - org.lightcouch.CouchDbProperties. |
34 |
|