Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
902066

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
11error Error
RightCurly
  • option: "alone"
1error Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1error Error
MemberName0error Error
JavadocMethod20warning Warning
JavadocType0error Error
JavadocVariable0info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "D:\work\mojo-site\hibernate3\target\checkout\hibernate3-maven-plugin\target\checkstyle-header.txt"
9error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad
  • option: "space"
0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
38error Error
TabCharacter6error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock
  • option: "text"
0error Error
NeedBraces0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0warning Warning
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
UpperEll0error Error

Details

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

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
warningExpected an @return tag.62
warningExpected @param tag for 'exp'.62
warningExpected @throws tag for 'MojoExecutionException'.63
errorLine is longer than 120 characters.66

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

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

org/codehaus/mojo/hibernate3/HibernateExporterMojo.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
warningExpected an @return tag.93
warningExpected an @return tag.106
warningExpected @param tag for 'key'.106
warningExpected @param tag for 'defaultValue'.106
warningExpected @throws tag for 'MojoExecutionException'.126
warningExpected @throws tag for 'MojoFailureException'.126
warningExpected an @return tag.235
warningExpected @param tag for 'key'.235
warningExpected an @return tag.243
warningExpected @param tag for 'key'.243
warningExpected @param tag for 'defaultValue'.243

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

ViolationMessageLine
errorLine 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

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

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

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

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

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
error'{' should be on a new line.33
error'{' should be on a new line.37
error'(' is not followed by whitespace.38
error')' is not preceded with whitespace.38
error'(' is not followed by whitespace.39
error')' is not preceded with whitespace.39
error'{' should be on a new line.49
warningExpected an @return tag.56
error'(' is not followed by whitespace.56
warningExpected @param tag for 'exporter'.56
error')' is not preceded with whitespace.56
warningExpected @throws tag for 'MojoExecutionException'.57
error'{' should be on a new line.57
error'(' is not followed by whitespace.58
error')' is not preceded with whitespace.58
error'(' is not followed by whitespace.60
error')' is not preceded with whitespace.60
error'{' should be on a new line.60
error'(' is not followed by whitespace.62
error'(' is not followed by whitespace.62
error')' is not preceded with whitespace.62
error')' is not preceded with whitespace.62
error'(' is not followed by whitespace.63
error'(' is not followed by whitespace.63
error')' is not preceded with whitespace.63
error')' is not preceded with whitespace.63
error'(' is not followed by whitespace.64
error'(' is not followed by whitespace.64
error')' is not preceded with whitespace.64
error')' is not preceded with whitespace.64
error'{' should be on a new line.75
error'(' is not followed by whitespace.76
error')' is not preceded with whitespace.76
error'(' is not followed by whitespace.77
error')' is not preceded with whitespace.77
error'{' should be on a new line.77
error'(' is not followed by whitespace.78
error')' is not preceded with whitespace.78
error'(' is not followed by whitespace.79
error')' is not preceded with whitespace.79
error'{' should be on a new line.79
error'(' is not followed by whitespace.80
error')' is not preceded with whitespace.80
error'}' should be alone on a line.82
error'{' should be on a new line.82
error'(' is not followed by whitespace.83
error')' is not preceded with whitespace.83
error'(' is not followed by whitespace.86
error')' is not preceded with whitespace.86

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

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
errorLine contains a tab character.117
error'{' should be on a new line.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.127
error'(' is not followed by whitespace.127
error')' is not preceded with whitespace.127
error'{' should be on a new line.127
errorLine contains a tab character.128
errorLine contains a tab character.129

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

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