Checkstyle Results

The following document contains the results of Checkstyle 5.8. rss feed

Summary

Files  Info  Warnings  Errors
1454 0 0 141

Rules

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

Details

com/vaadin/client/ui/VScrollTablePatched.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. 149
 Error javadoc JavadocStyle First sentence should end with a period. 181
 Error javadoc JavadocStyle First sentence should end with a period. 186
 Error javadoc JavadocStyle First sentence should end with a period. 298
 Error javadoc JavadocStyle First sentence should end with a period. 501
 Error javadoc JavadocStyle First sentence should end with a period. 519
 Error javadoc JavadocStyle First sentence should end with a period. 751
 Error javadoc JavadocStyle First sentence should end with a period. 760
 Error javadoc JavadocStyle First sentence should end with a period. 784
 Error javadoc JavadocStyle First sentence should end with a period. 793
 Error javadoc JavadocStyle First sentence should end with a period. 820
 Error javadoc JavadocStyle First sentence should end with a period. 1760
 Error javadoc JavadocStyle First sentence should end with a period. 1781
 Error javadoc JavadocStyle First sentence should end with a period. 1807
 Error javadoc JavadocType Missing a Javadoc comment. 2497
 Error javadoc JavadocStyle First sentence should end with a period. 2834
 Error javadoc JavadocType Missing a Javadoc comment. 3188
 Error javadoc JavadocType Missing a Javadoc comment. 3597
 Error javadoc JavadocStyle First sentence should end with a period. 3643
 Error javadoc JavadocStyle First sentence should end with a period. 3722
 Error javadoc JavadocStyle First sentence should end with a period. 3753
 Error javadoc JavadocStyle First sentence should end with a period. 3791
 Error javadoc JavadocStyle First sentence should end with a period. 3805
 Error javadoc JavadocStyle First sentence should end with a period. 3831
 Error javadoc JavadocStyle First sentence should end with a period. 3915
 Error javadoc JavadocStyle First sentence should end with a period. 3942
 Error javadoc JavadocStyle First sentence should end with a period. 3952
 Error javadoc JavadocStyle First sentence should end with a period. 3970
 Error javadoc JavadocStyle First sentence should end with a period. 3997
 Error javadoc JavadocStyle First sentence should end with a period. 4010
 Error javadoc JavadocStyle First sentence should end with a period. 4028
 Error javadoc JavadocStyle First sentence should end with a period. 4188
 Error javadoc JavadocStyle First sentence should end with a period. 4200
 Error javadoc JavadocStyle First sentence should end with a period. 4215
 Error javadoc JavadocStyle First sentence should end with a period. 4286
 Error javadoc JavadocStyle First sentence should end with a period. 4317
 Error javadoc JavadocStyle First sentence should end with a period. 4328
 Error javadoc JavadocStyle First sentence should end with a period. 4346
 Error javadoc JavadocStyle First sentence should end with a period. 4354
 Error javadoc JavadocStyle First sentence should end with a period. 4372
 Error javadoc JavadocStyle First sentence should end with a period. 4862
 Error javadoc JavadocStyle Extra HTML tag found: </br> </br> Returns the maximum 5009
 Error javadoc JavadocStyle Extra HTML tag found: </br> Returns the maximum 5009
 Error javadoc JavadocStyle Extra HTML tag found: </br> </br> Calculates the maximum 5022
 Error javadoc JavadocStyle Extra HTML tag found: </br> Calculates the maximum 5022
 Error javadoc JavadocType Missing a Javadoc comment. 5090
 Error javadoc JavadocStyle First sentence should end with a period. 5567
 Error javadoc JavadocStyle First sentence should end with a period. 5990
 Error javadoc JavadocStyle First sentence should end with a period. 6120
 Error javadoc JavadocType Missing a Javadoc comment. 6262
 Error javadoc JavadocStyle First sentence should end with a period. 6400
 Error javadoc JavadocStyle First sentence should end with a period. 6745
 Error javadoc JavadocStyle First sentence should end with a period. 6908
 Error javadoc JavadocStyle First sentence should end with a period. 6927
 Error javadoc JavadocType Missing a Javadoc comment. 7069
 Error javadoc JavadocStyle First sentence should end with a period. 7213
 Error javadoc JavadocStyle First sentence should end with a period. 7254
 Error javadoc JavadocStyle First sentence should end with a period. 7269
 Error javadoc JavadocStyle First sentence should end with a period. 7586

com/vaadin/client/ui/VTreeTablePatched.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. 45
 Error javadoc JavadocType Missing a Javadoc comment. 131
 Error javadoc JavadocType Missing a Javadoc comment. 148
 Error javadoc JavadocType Missing a Javadoc comment. 303
 Error javadoc JavadocStyle First sentence should end with a period. 780

com/vaadin/client/ui/panel/EnterFriendlyPanelConnector.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 imports UnusedImports Unused import - com.google.gwt.dom.client.Style. 20
 Error imports UnusedImports Unused import - com.google.gwt.dom.client.Style.Unit. 22
 Error imports UnusedImports Unused import - com.vaadin.client.ComponentConnector. 27
 Error imports UnusedImports Unused import - com.vaadin.client.ConnectorHierarchyChangeEvent. 28
 Error imports UnusedImports Unused import - com.vaadin.client.LayoutManager. 29
 Error imports UnusedImports Unused import - com.vaadin.client.Profiler. 31
 Error imports UnusedImports Unused import - com.vaadin.client.ui.AbstractSingleComponentContainerConnector. 33
 Error imports RedundantImport Redundant import from the same package - com.vaadin.client.ui.panel.PanelConnector. 40
 Error imports UnusedImports Unused import - com.vaadin.shared.ui.panel.PanelState. 45
 Error javadoc JavadocType Missing a Javadoc comment. 48

com/vaadin/client/ui/table/TableConnectorPatched.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 imports UnusedImports Unused import - com.vaadin.shared.ui.Connect. 41
 Error javadoc JavadocType Missing a Javadoc comment. 46

com/vaadin/client/ui/treetable/TreeTableConnectorPatched.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. 33

com/vaadin/client/ui/upload/UploadConnector.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. 31

com/vaadin/ui/DragAndDropWrapper.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. 42
 Error javadoc JavadocType Missing a Javadoc comment. 46
 Error javadoc JavadocType Missing a Javadoc comment. 113
 Error javadoc JavadocType Missing a Javadoc comment. 162
 Error javadoc JavadocStyle First sentence should end with a period. 163
 Error javadoc JavadocType Missing a Javadoc comment. 298
 Error javadoc JavadocType Missing a Javadoc comment. 368

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 imports UnusedImports Unused import - com.vaadin.client.VConsole. 26
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error javadoc JavadocStyle First sentence should end with a period. 99

org/vaadin/peter/contextmenu/ContextMenu.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. 33
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Error javadoc JavadocStyle First sentence should end with a period. 132
 Error javadoc JavadocStyle First sentence should end with a period. 380
 Error javadoc JavadocStyle First sentence should end with a period. 396
 Error javadoc JavadocStyle First sentence should end with a period. 409
 Error javadoc JavadocStyle First sentence should end with a period. 439
 Error javadoc JavadocStyle First sentence should end with a period. 456
 Error javadoc JavadocStyle First sentence should end with a period. 520
 Error javadoc JavadocStyle First sentence should end with a period. 530
 Error javadoc JavadocStyle First sentence should end with a period. 562
 Error javadoc JavadocType Missing a Javadoc comment. 599
 Error javadoc JavadocStyle First sentence should end with a period. 617
 Error javadoc JavadocStyle First sentence should end with a period. 640
 Error javadoc JavadocStyle First sentence should end with a period. 649
 Error javadoc JavadocStyle First sentence should end with a period. 658
 Error javadoc JavadocType Missing a Javadoc comment. 668
 Error javadoc JavadocStyle First sentence should end with a period. 741
 Error javadoc JavadocStyle First sentence should end with a period. 802

org/vaadin/peter/contextmenu/client/ContextMenuClientRpc.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). 13

org/vaadin/peter/contextmenu/client/ContextMenuConnector.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). 35

org/vaadin/peter/contextmenu/client/ContextMenuItemWidget.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). 19
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error javadoc JavadocStyle First sentence should end with a period. 89

org/vaadin/peter/contextmenu/client/ContextMenuItemWidgetHandler.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

org/vaadin/peter/contextmenu/client/ContextMenuOverlay.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). 23

org/vaadin/peter/contextmenu/client/ContextMenuServerRpc.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. 5
 Error javadoc JavadocStyle First sentence should end with a period. 7
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 7

org/vaadin/peter/contextmenu/client/ContextMenuState.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
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 10
 Error javadoc JavadocType Missing a Javadoc comment. 61

org/vaadin/peter/contextmenu/client/ContextMenuWidget.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. 18
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocStyle First sentence should end with a period. 96