Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
9936107

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
1error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
8error Error
MemberName0error Error
JavadocMethod32warning Warning
JavadocType6error Error
JavadocVariable9info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "/Users/eredmond/Svn/mojo/jruby-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"
4error Error
TabCharacter47error Error
WhitespaceAfter14error Error
WhitespaceAround15error Error
ModifierOrder0error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
NeedBraces0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField4warning Warning
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
UpperEll0error Error

Details

org/codehaus/mojo/ruby/plexus/component/configurator/converters/composite/RubyObjectWithFieldsConverter.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.15
warningExpected an @return tag.23
warningExpected @param tag for 'type'.23
warningMissing a Javadoc comment.45
errorLine is longer than 120 characters.60
warningMissing a Javadoc comment.75
warningMissing a Javadoc comment.82
warningMissing a Javadoc comment.89
error'if' is not followed by whitespace.110
error'catch' is not followed by whitespace.119
errorLine is longer than 120 characters.121

org/codehaus/mojo/ruby/JRubyMojoComponentFactory.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
warningMissing a Javadoc comment.17
error'cast' is not followed by whitespace.23

org/codehaus/mojo/ruby/extractor/RubyExtractor.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.30
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.68
error'cast' is not followed by whitespace.90
errorLine is longer than 120 characters.99
errorLine contains a tab character.99
errorLine is longer than 120 characters.103
errorLine contains a tab character.106
error'cast' is not followed by whitespace.106
errorLine contains a tab character.107
errorLine contains a tab character.109
error'cast' is not followed by whitespace.109
errorLine contains a tab character.116
error'cast' is not followed by whitespace.116
errorLine contains a tab character.119
errorLine contains a tab character.122
error'cast' is not followed by whitespace.122
warningMissing a Javadoc comment.135
error'if' is not followed by whitespace.138
error'cast' is not followed by whitespace.140
error'cast' is not followed by whitespace.142
errorLine contains a tab character.145
warningMissing a Javadoc comment.150
errorLine contains a tab character.153
warningMissing a Javadoc comment.173
warningExpected @param tag for 'output'.184

org/codehaus/mojo/ruby/DefaultRubyMojo.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.28
infoMissing a Javadoc comment.30
warningMissing a Javadoc comment.32
errorMust have at least one statement.50
error'cast' is not followed by whitespace.56
error'if' is not followed by whitespace.85
error'(' is not followed by whitespace.87
error'cast' is not followed by whitespace.87
error')' is not preceded with whitespace.87
error'catch' is not followed by whitespace.110
error'catch' is not followed by whitespace.123
warningMissing a Javadoc comment.130
errorLine contains a tab character.132
warningExpected @param tag for 'output'.141
warningMissing a Javadoc comment.159
warningMissing a Javadoc comment.165
error'for' is not followed by whitespace.168
error'cast' is not followed by whitespace.170
error'cast' is not followed by whitespace.171

org/codehaus/mojo/ruby/RunScriptMojo.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorLine contains a tab character.26
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.42
errorLine contains a tab character.44
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.54
errorLine contains a tab character.60
errorLine contains a tab character.66
errorLine contains a tab character.72
errorLine contains a tab character.78
errorLine contains a tab character.84
warningMissing a Javadoc comment.93
errorLine contains a tab character.95
errorLine contains a tab character.97
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.111
errorLine is longer than 120 characters.115
errorLine contains a tab character.115
errorLine contains a tab character.141
warningExpected @param tag for 'output'.151

org/codehaus/mojo/ruby/plexus/component/configurator/RubyComponentConfigurator.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.12
warningMissing a Javadoc comment.15

org/codehaus/mojo/ruby/plexus/component/configurator/converters/RubyComponentValueSetter.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.12
infoMissing a Javadoc comment.14
infoMissing a Javadoc comment.16
infoMissing a Javadoc comment.18
infoMissing a Javadoc comment.20
infoMissing a Javadoc comment.22
infoMissing a Javadoc comment.24
warningMissing a Javadoc comment.26
warning'fieldName' hides a field.26
warning'setterParamType' hides a field.26
warning'lookup' hides a field.26
warning'listener' hides a field.27
warningMissing a Javadoc comment.44
error'if' is not followed by whitespace.48
error'catch' is not followed by whitespace.57
error'(' is not followed by whitespace.57
error')' is not preceded with whitespace.57
error'{' should be on a new line.57
errorMust have at least one statement.57
warningMissing a Javadoc comment.60
warningMissing a Javadoc comment.87
errorLine is longer than 120 characters.93

org/codehaus/mojo/ruby/extractor/RDocExtractor.java

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.26
warningMissing a Javadoc comment.29
error'if' is not followed by whitespace.58
warningMissing a Javadoc comment.68
errorLine is longer than 120 characters.79
error'if' is not followed by whitespace.95
error'if' is not followed by whitespace.97
error'cast' is not followed by whitespace.115
errorLine is longer than 120 characters.168
error'catch' is not followed by whitespace.174
warningMissing a Javadoc comment.188
error'cast' is not followed by whitespace.235
error'if' is not followed by whitespace.237
error'if' is not followed by whitespace.242
warningMissing a Javadoc comment.256
warningMissing a Javadoc comment.282
warningExpected @param tag for 'output'.293

org/codehaus/mojo/ruby/RubyMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.7
infoMissing a Javadoc comment.10
errorRedundant 'public' modifier.10
warningMissing a Javadoc comment.12