Checkstyle Results

The following document contains the results of Checkstyle 8.19 with magnolia-build-resources/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 0 0 12

Files

File
 I
 W
 E
org/vaadin/hene/expandingtextarea/ExpandingTextArea.java 0 0 3
org/vaadin/hene/expandingtextarea/widgetset/client/ui/ExpandingTextAreaConnector.java 0 0 3
org/vaadin/hene/expandingtextarea/widgetset/client/ui/ExpandingTextAreaServerRpc.java 0 0 3
org/vaadin/hene/expandingtextarea/widgetset/client/ui/VExpandingTextArea.java 0 0 3

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
  • multiLines: "1"
4
 Error
javadoc JavadocType
  • scope: "package"
4
 Error
whitespace FileTabCharacter 4
 Error

Details

org/vaadin/hene/expandingtextarea/ExpandingTextArea.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^ \* This file Copyright \(c\) (20[0-9]{2}\-)?20[0-9]{2} Magnolia International\s*$'. 1
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error
javadoc JavadocType Missing a Javadoc comment. 188

org/vaadin/hene/expandingtextarea/widgetset/client/ui/ExpandingTextAreaConnector.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^ \* This file Copyright \(c\) (20[0-9]{2}\-)?20[0-9]{2} Magnolia International\s*$'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 16
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 19

org/vaadin/hene/expandingtextarea/widgetset/client/ui/ExpandingTextAreaServerRpc.java

Severity Category Rule Message Line
 Error
header RegexpHeader Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 6

org/vaadin/hene/expandingtextarea/widgetset/client/ui/VExpandingTextArea.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^ \* This file Copyright \(c\) (20[0-9]{2}\-)?20[0-9]{2} Magnolia International\s*$'. 1
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 83
 Error
javadoc JavadocType Missing a Javadoc comment. 122