Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
4 0 1 0

Files

File
 I
 W
 E
org/mal_lang/compiler/MalCompiler.java 0 1 0

Rules

Category Rule Violations Severity
javadoc MissingJavadocMethod
  • scope: "public"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
1
 Warning

Details

org/mal_lang/compiler/MalCompiler.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocMethod Missing a Javadoc comment. 167