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
8 0 0 44

Files

File
 I
 W
 E
org/vaadin/openesignforms/ckeditor/CKEditorConfig.java 0 0 21
org/vaadin/openesignforms/ckeditor/CKEditorTextField.java 0 0 5
org/vaadin/openesignforms/ckeditor/VaadinCKEditorUI.java 0 0 2
org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditor.java 0 0 3
org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditorConnector.java 0 0 3
org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditorService.java 0 0 3
org/vaadin/openesignforms/ckeditor/widgetset/client/ui/ModalFixVWindow.java 0 0 3
org/vaadin/openesignforms/ckeditor/widgetset/client/ui/VCKEditorTextField.java 0 0 4

Rules

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

Details

org/vaadin/openesignforms/ckeditor/CKEditorConfig.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). 20
 Error
javadoc JavadocStyle Unclosed HTML tag found: <code> 372
 Error
javadoc JavadocStyle First sentence should end with a period. 587
 Error
javadoc JavadocType Missing a Javadoc comment. 613
 Error
javadoc JavadocStyle First sentence should end with a period. 708
 Error
javadoc JavadocStyle First sentence should end with a period. 761
 Error
javadoc JavadocStyle First sentence should end with a period. 769
 Error
javadoc JavadocStyle First sentence should end with a period. 777
 Error
javadoc JavadocStyle First sentence should end with a period. 785
 Error
javadoc JavadocStyle First sentence should end with a period. 793
 Error
javadoc JavadocStyle First sentence should end with a period. 801
 Error
javadoc JavadocStyle First sentence should end with a period. 809
 Error
javadoc JavadocStyle First sentence should end with a period. 817
 Error
javadoc JavadocStyle First sentence should end with a period. 825
 Error
javadoc JavadocStyle First sentence should end with a period. 834
 Error
javadoc JavadocStyle First sentence should end with a period. 842
 Error
javadoc JavadocStyle First sentence should end with a period. 850
 Error
javadoc JavadocStyle First sentence should end with a period. 859
 Error
javadoc JavadocStyle First sentence should end with a period. 871
 Error
javadoc JavadocStyle First sentence should end with a period. 883

org/vaadin/openesignforms/ckeditor/CKEditorTextField.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). 39
 Error
javadoc JavadocType Missing a Javadoc comment. 352
 Error
javadoc JavadocType Missing a Javadoc comment. 362
 Error
javadoc JavadocType Missing a Javadoc comment. 382

org/vaadin/openesignforms/ckeditor/VaadinCKEditorUI.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). 40

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditor.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. 10
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 15

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditorConnector.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. 13
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditorService.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). 25
 Error
javadoc JavadocStyle Unclosed HTML tag found: <div> 'id' attribute value for the element you want to repla 71

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/ModalFixVWindow.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 Extra HTML tag found: </replace-with> 23
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 32

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/VCKEditorTextField.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). 37
 Error
javadoc JavadocStyle First sentence should end with a period. 63
 Error
javadoc JavadocStyle First sentence should end with a period. 111