Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
23 3 30 53

Rules

Category Rule Violations Severity
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
23  Error
javadoc JavadocMethod
  • scope: "protected"
30  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
14  Error
JavadocVariable
  • scope: "protected"
3  Info
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
6  Error
whitespace ParenPad
  • option: "space"
10  Error

Details

org/codehaus/mojo/natives/msvc/AbstractMSVC2005EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Info javadoc JavadocVariable Missing a Javadoc comment. 36

org/codehaus/mojo/natives/msvc/AbstractMSVCEnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error javadoc JavadocType Missing a Javadoc comment. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35

org/codehaus/mojo/natives/msvc/EnvStreamConsumer.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error javadoc JavadocType Missing a Javadoc comment. 9
 Info javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44

org/codehaus/mojo/natives/msvc/MSVC2003EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Error sizes LineLength Line is longer than 120 characters (found 123). 49

org/codehaus/mojo/natives/msvc/MSVC2003ToolkitEnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46

org/codehaus/mojo/natives/msvc/MSVC2005AMD64EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 120 characters (found 123). 46

org/codehaus/mojo/natives/msvc/MSVC2005x86AMD64EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 120 characters (found 123). 46

org/codehaus/mojo/natives/msvc/MSVC2005x86EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 120 characters (found 123). 46

org/codehaus/mojo/natives/msvc/MSVC2008x86AMD64EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Error sizes LineLength Line is longer than 120 characters (found 125). 88

org/codehaus/mojo/natives/msvc/MSVC2008x86EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Error sizes LineLength Line is longer than 120 characters (found 125). 88

org/codehaus/mojo/natives/msvc/MSVC2010x86AMD64EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC2010x86EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC2012x86AMD64EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC2012x86EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC2013x86AMD64EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC2013x86EnvFactory.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. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

org/codehaus/mojo/natives/msvc/MSVC6EnvFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

org/codehaus/mojo/natives/msvc/MSVCCompiler.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error javadoc JavadocType Missing a Javadoc comment. 38
 Error whitespace ParenPad '(' is not followed by whitespace. 38
 Error whitespace ParenPad ')' is not preceded with whitespace. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64

org/codehaus/mojo/natives/msvc/MSVCLinker.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55

org/codehaus/mojo/natives/msvc/MSVCManifest.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42

org/codehaus/mojo/natives/msvc/MSVCMessageCompiler.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42

org/codehaus/mojo/natives/msvc/MSVCResourceCompiler.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42

org/codehaus/mojo/natives/msvc/RegQuery.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error javadoc JavadocType Missing a Javadoc comment. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10