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
10 0 0 51

Files

File
 I
 W
 E
org/vaadin/extension/gridscroll/GridColumnsResizedEvent.java 0 0 4
org/vaadin/extension/gridscroll/GridRenderedEvent.java 0 0 3
org/vaadin/extension/gridscroll/GridResizedEvent.java 0 0 2
org/vaadin/extension/gridscroll/GridScrollExtension.java 0 0 23
org/vaadin/extension/gridscroll/GridScrolledEvent.java 0 0 3
org/vaadin/extension/gridscroll/client/GridScrollExtensionConnector.java 0 0 3
org/vaadin/extension/gridscroll/shared/ColumnResizeCompensationMode.java 0 0 3
org/vaadin/extension/gridscroll/shared/GridScrollExtensionClientRPC.java 0 0 3
org/vaadin/extension/gridscroll/shared/GridScrollExtensionServerRPC.java 0 0 4
org/vaadin/extension/gridscroll/shared/GridScrollExtensionState.java 0 0 3

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
  • multiLines: "1"
10
 Error
imports UnusedImports 1
 Error
javadoc JavadocStyle
  • checkFirstSentence: "true"
  • checkEmptyJavadoc: "false"
26
 Error
JavadocStyle
  • checkFirstSentence: "true"
  • tokens: "INTERFACE_DEF, CLASS_DEF"
  • checkEmptyJavadoc: "true"
26
 Error
JavadocType
  • scope: "package"
4
 Error
whitespace FileTabCharacter 10
 Error

Details

org/vaadin/extension/gridscroll/GridColumnsResizedEvent.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 JavadocStyle First sentence should end with a period. 7
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Error
javadoc JavadocStyle First sentence should end with a period. 28

org/vaadin/extension/gridscroll/GridRenderedEvent.java

Severity Category Rule Message Line
 Error
header RegexpHeader Missing a header - not enough lines in file. 1
 Error
javadoc JavadocStyle First sentence should end with a period. 6
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 20

org/vaadin/extension/gridscroll/GridResizedEvent.java

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

org/vaadin/extension/gridscroll/GridScrollExtension.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). 31
 Error
javadoc JavadocStyle First sentence should end with a period. 39
 Error
javadoc JavadocStyle First sentence should end with a period. 50
 Error
javadoc JavadocStyle First sentence should end with a period. 61
 Error
javadoc JavadocStyle First sentence should end with a period. 72
 Error
javadoc JavadocStyle First sentence should end with a period. 83
 Error
javadoc JavadocStyle First sentence should end with a period. 144
 Error
javadoc JavadocStyle First sentence should end with a period. 170
 Error
javadoc JavadocStyle First sentence should end with a period. 185
 Error
javadoc JavadocStyle First sentence should end with a period. 198
 Error
javadoc JavadocStyle First sentence should end with a period. 210
 Error
javadoc JavadocStyle First sentence should end with a period. 220
 Error
javadoc JavadocStyle First sentence should end with a period. 241
 Error
javadoc JavadocStyle First sentence should end with a period. 261
 Error
javadoc JavadocStyle First sentence should end with a period. 276
 Error
javadoc JavadocStyle First sentence should end with a period. 284
 Error
javadoc JavadocStyle First sentence should end with a period. 293
 Error
javadoc JavadocStyle First sentence should end with a period. 302
 Error
javadoc JavadocStyle First sentence should end with a period. 313
 Error
javadoc JavadocStyle First sentence should end with a period. 324
 Error
javadoc JavadocStyle First sentence should end with a period. 340
 Error
javadoc JavadocStyle First sentence should end with a period. 389

org/vaadin/extension/gridscroll/GridScrolledEvent.java

Severity Category Rule Message Line
 Error
header RegexpHeader Missing a header - not enough lines in file. 1
 Error
javadoc JavadocStyle First sentence should end with a period. 6
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 20

org/vaadin/extension/gridscroll/client/GridScrollExtensionConnector.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. 23
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 27

org/vaadin/extension/gridscroll/shared/ColumnResizeCompensationMode.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 JavadocStyle First sentence should end with a period. 3
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

org/vaadin/extension/gridscroll/shared/GridScrollExtensionClientRPC.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). 7

org/vaadin/extension/gridscroll/shared/GridScrollExtensionServerRPC.java

Severity Category Rule Message Line
 Error
header RegexpHeader Missing a header - not enough lines in file. 1
 Error
imports UnusedImports Unused import - java.util.List. 3
 Error
javadoc JavadocType Missing a Javadoc comment. 7
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 9

org/vaadin/extension/gridscroll/shared/GridScrollExtensionState.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). 7