Checkstyle Results

The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.

Summary

Files  Info  Warnings  Errors
15 0 0 11

Files

File  I  W  E
org/forgerock/audit/handlers/syslog/AsynchronousSyslogPublisher.java 0 0 1
org/forgerock/audit/handlers/syslog/SyslogAuditEventHandler.java 0 0 1
org/forgerock/audit/handlers/syslog/SyslogFormatterTest.java 0 0 9

Rules

Category Rule Violations Severity
design FinalClass 2  Error
whitespace OperatorWrap 9  Error

Details

org/forgerock/audit/handlers/syslog/AsynchronousSyslogPublisher.java

Severity Category Rule Message Line
 Error design FinalClass Class WriterTask should be declared as final. 140

org/forgerock/audit/handlers/syslog/SyslogAuditEventHandler.java

Severity Category Rule Message Line
 Error design FinalClass Class DefaultProductInfoProvider should be declared as final. 181

org/forgerock/audit/handlers/syslog/SyslogFormatterTest.java

Severity Category Rule Message Line
 Error whitespace OperatorWrap '+' should be on a new line. 412
 Error whitespace OperatorWrap '+' should be on a new line. 413
 Error whitespace OperatorWrap '+' should be on a new line. 414
 Error whitespace OperatorWrap '+' should be on a new line. 415
 Error whitespace OperatorWrap '+' should be on a new line. 416
 Error whitespace OperatorWrap '+' should be on a new line. 417
 Error whitespace OperatorWrap '+' should be on a new line. 418
 Error whitespace OperatorWrap '+' should be on a new line. 419
 Error whitespace OperatorWrap '+' should be on a new line. 420