Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
9 0 20 19

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
2 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod 20 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
9 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
2 Errors Error
TabCharacter 6 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/codehaus/mojo/hibernate3/HibernateExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected an @return tag. 97
Warnings Expected an @return tag. 110
Warnings Expected @param tag for 'key'. 110
Warnings Expected an @return tag. 118
Warnings Expected @param tag for 'key'. 118
Warnings Expected @param tag for 'defaultValue'. 118
Warnings Expected @throws tag for 'MojoExecutionException'. 138
Warnings Expected @throws tag for 'MojoFailureException'. 138
Warnings Expected an @return tag. 248
Warnings Expected @param tag for 'key'. 248
Warnings Expected @param tag for 'defaultValue'. 248

org/codehaus/mojo/hibernate3/exporter/Component.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Errors Line contains a tab character. 122
Errors '{' should be on a new line. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 132
Errors '(' is not followed by whitespace. 132
Errors ')' is not preceded with whitespace. 132
Errors '{' should be on a new line. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134

org/codehaus/mojo/hibernate3/exporter/GenericExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected an @return tag. 65
Warnings Expected @param tag for 'exporter'. 65
Warnings Expected @throws tag for 'MojoExecutionException'. 66

org/codehaus/mojo/hibernate3/exporter/Hbm2CfgXmlExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected an @return tag. 59
Warnings Expected @param tag for 'exporter'. 59
Warnings Expected @throws tag for 'MojoExecutionException'. 60

org/codehaus/mojo/hibernate3/exporter/Hbm2DAOExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/hibernate3/exporter/Hbm2DDLExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/hibernate3/exporter/Hbm2DocExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/hibernate3/exporter/Hbm2HbmXmlExporterMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4

org/codehaus/mojo/hibernate3/exporter/Hbm2JavaGeneratorMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected an @return tag. 60
Warnings Expected @param tag for 'exp'. 60
Warnings Expected @throws tag for 'MojoExecutionException'. 61