Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
6 0 0 21

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