Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5 0 4 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
4  Warning

Details

com/codepoetics/fluvius/json/history/FlowEventView.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28

com/codepoetics/fluvius/json/history/FlowHistoryView.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 13

com/codepoetics/fluvius/json/history/TraceMapView.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40