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
6 0 0 21

Files

File
 I
 W
 E
org/vaadin/tokenfield/DemoRoot.java 0 0 4
org/vaadin/tokenfield/TokenComboBox.java 0 0 2
org/vaadin/tokenfield/TokenField.java 0 0 8
org/vaadin/tokenfield/client/ui/TokenFieldConnector.java 0 0 2
org/vaadin/tokenfield/client/ui/TokenFieldServerRpc.java 0 0 2
org/vaadin/tokenfield/client/ui/VTokenField.java 0 0 3

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
  • multiLines: "1"
6
 Error
javadoc JavadocStyle
  • checkFirstSentence: "true"
  • checkEmptyJavadoc: "false"
7
 Error
JavadocStyle
  • checkFirstSentence: "true"
  • tokens: "INTERFACE_DEF, CLASS_DEF"
  • checkEmptyJavadoc: "true"
7
 Error
JavadocType
  • scope: "package"
8
 Error

Details

org/vaadin/tokenfield/DemoRoot.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. 36
 Error
javadoc JavadocType Missing a Javadoc comment. 44
 Error
javadoc JavadocStyle First sentence should end with a period. 506

org/vaadin/tokenfield/TokenComboBox.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. 9

org/vaadin/tokenfield/TokenField.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. 228
 Error
javadoc JavadocStyle First sentence should end with a period. 229
 Error
javadoc JavadocStyle First sentence should end with a period. 233
 Error
javadoc JavadocStyle First sentence should end with a period. 244
 Error
javadoc JavadocStyle First sentence should end with a period. 249
 Error
javadoc JavadocStyle First sentence should end with a period. 270
 Error
javadoc JavadocStyle First sentence should end with a period. 719

org/vaadin/tokenfield/client/ui/TokenFieldConnector.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. 11

org/vaadin/tokenfield/client/ui/TokenFieldServerRpc.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

org/vaadin/tokenfield/client/ui/VTokenField.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. 11
 Error
javadoc JavadocType Missing a Javadoc comment. 51