Checkstyle Results

The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
22 1 3 0

Files

File  I  W  E
org/opentrafficsim/sim0mq/publisher/EventSerializer.java 0 2 0
org/opentrafficsim/sim0mq/publisher/LinkTransceiver.java 0 1 0
org/opentrafficsim/sim0mq/publisher/Publisher.java 1 0 0

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Warning
imports RedundantImport 1  Warning
misc TodoComment 1  Warning
sizes MethodLength 1  Info

Details

org/opentrafficsim/sim0mq/publisher/EventSerializer.java

Severity Category Rule Message Line
 Warning blocks EmptyBlock Must have at least one statement. 47
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 48

org/opentrafficsim/sim0mq/publisher/LinkTransceiver.java

Severity Category Rule Message Line
 Warning imports RedundantImport Duplicate import to line 8 - org.opentrafficsim.core.network.Link. 9

org/opentrafficsim/sim0mq/publisher/Publisher.java

Severity Category Rule Message Line
 Info sizes MethodLength Method Publisher length is 186 lines (max allowed is 150). 78