Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 0 35

Rules

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

Details

org/vaadin/jonatan/contexthelp/ContextHelp.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.event.ShortcutAction. 3
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 22

org/vaadin/jonatan/contexthelp/DefaultHelpProvider.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. 8
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11

org/vaadin/jonatan/contexthelp/HelpProvider.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/jonatan/contexthelp/widgetset/client/ui/ContextHelpConnector.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.event.ShortcutAction. 9
 Error javadoc JavadocType Missing a Javadoc comment. 13

org/vaadin/jonatan/contexthelp/widgetset/client/ui/ContextHelpEvent.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. 6
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error javadoc JavadocType Missing a Javadoc comment. 47
 Error javadoc JavadocType Missing a Javadoc comment. 51
 Error javadoc JavadocType Missing a Javadoc comment. 65
 Error javadoc JavadocType Missing a Javadoc comment. 69

org/vaadin/jonatan/contexthelp/widgetset/client/ui/ContextHelpServerRpc.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). 6

org/vaadin/jonatan/contexthelp/widgetset/client/ui/ContextHelpState.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1
 Error imports UnusedImports Unused import - com.vaadin.shared.annotations.DelegateToWidget. 5
 Error javadoc JavadocType Missing a Javadoc comment. 7
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 8

org/vaadin/jonatan/contexthelp/widgetset/client/ui/Placement.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. 3
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 4

org/vaadin/jonatan/contexthelp/widgetset/client/ui/VContextHelp.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.core.client.Scheduler. 3
 Error imports UnusedImports Unused import - com.google.gwt.dom.client.Style.Unit. 10
 Error imports UnusedImports Unused import - com.vaadin.client.Util. 23
 Error javadoc JavadocType Missing a Javadoc comment. 32