Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
7 12 35 3

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
0 error Error
RightCurly
  • option : "alone"
0 error Error
LineLength
  • max : "120"
  • ignorePattern : "@version|@see|@todo|TODO"
1 error Error
MemberName 0 error Error
JavadocMethod 34 warning Warning
JavadocType 0 error Error
JavadocVariable 12 info Info
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
RegexpHeader
  • headerFile : "D:\projets\apache\mojo\sysdeo-tomcat-maven-plugin\target\checkout\target\checkstyle-header.txt"
0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber 2 error Error
EmptyForIteratorPad
  • option : "space"
0 error Error
OperatorWrap 0 error Error
ParenPad
  • option : "space"
0 error Error
TabCharacter 0 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock
  • option : "text"
0 error Error
NeedBraces 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
1 warning Warning
IllegalInstantiation 0 error Error
InnerAssignment 0 error 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 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier
  • protectedAllowed : "true"
0 error Error
UpperEll 0 error Error

Details

org/codehaus/mojo/sysdeo/ide/IdeDependency.java

Violation Message Line
info Missing a Javadoc comment. 96
warning Missing a Javadoc comment. 98
error More than 7 parameters. 116
warning Missing a Javadoc comment. 431
warning Expected an @return tag. 447

org/codehaus/mojo/sysdeo/SysdeoMojo.java

Violation Message Line
info Missing a Javadoc comment. 56
info Missing a Javadoc comment. 89
warning Missing a Javadoc comment. 99
warning Missing a Javadoc comment. 108
warning Missing a Javadoc comment. 113
warning Missing a Javadoc comment. 131
warning Missing a Javadoc comment. 232
warning Expected an @return tag. 270
warning Missing a Javadoc comment. 277
warning Missing a Javadoc comment. 282
warning Missing a Javadoc comment. 287
warning Missing a Javadoc comment. 292

org/codehaus/mojo/sysdeo/ide/AbstractIdeSupportMojo.java

Violation Message Line
info Missing a Javadoc comment. 157
warning Expected @throws tag for 'MojoExecutionException'. 341
warning Expected @throws tag for 'MojoFailureException'. 341
warning 'logger' hides a field. 367
warning Missing a Javadoc comment. 597
error Line is longer than 120 characters. 618

org/codehaus/mojo/sysdeo/M2EclipseMojo.java

Violation Message Line
warning Missing a Javadoc comment. 33
warning Missing a Javadoc comment. 39

org/codehaus/mojo/sysdeo/ide/ReadWorkspaceLocations.java

Violation Message Line
info Missing a Javadoc comment. 48
info Missing a Javadoc comment. 50
info Missing a Javadoc comment. 53
info Missing a Javadoc comment. 55
info Missing a Javadoc comment. 57
info Missing a Javadoc comment. 59
info Missing a Javadoc comment. 61
info Missing a Javadoc comment. 63
warning Expected @throws tag for 'XmlPullParserException'. 160
warning Expected @throws tag for 'IOException'. 160
warning Missing a Javadoc comment. 199
warning Unused @param tag for 'workspaceLocation'. 231
warning Expected an @return tag. 234
warning Expected @param tag for 'workspacePath'. 234

org/codehaus/mojo/sysdeo/ide/IdeUtils.java

Violation Message Line
warning Missing a Javadoc comment. 50
warning Missing a Javadoc comment. 55
warning Missing a Javadoc comment. 69
warning Expected an @return tag. 107
warning Expected @param tag for 'project'. 107
warning Expected @param tag for 'artifactId'. 107
warning Expected @param tag for 'optionName'. 107
warning Expected @param tag for 'defaultValue'. 108
warning Missing a Javadoc comment. 128
error More than 7 parameters. 128
warning Expected an @return tag. 172