Checkstyle Results

The following document contains the results of Checkstyle 10.12.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
137 2 0 0

Files

File  I  W  E
dev/sympho/modular_commands/api/command/parameter/Parameter.java 1 0 0
dev/sympho/modular_commands/impl/context/ContextImpl.java 1 0 0

Rules

Category Rule Violations Severity
misc TodoComment
  • format: "TODO:VERSION"
2  Info
TodoComment
  • format: "(TODO:(?!VERSION))|(FIXME)"
2  Info

Details

dev/sympho/modular_commands/api/command/parameter/Parameter.java

Severity Category Rule Message Line
 Info misc TodoComment Comment matches to-do format '(TODO:(?!VERSION))|(FIXME)'. 81

dev/sympho/modular_commands/impl/context/ContextImpl.java

Severity Category Rule Message Line
 Info misc TodoComment Comment matches to-do format '(TODO:(?!VERSION))|(FIXME)'. 453