Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
17 0 29 28

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
0 error Error
RightCurly
  • option : "alone"
0 error Error
LineLength
  • ignorePattern : "@version|@see|@todo|TODO"
  • max : "120"
0 error Error
MemberName 0 error Error
JavadocMethod 28 warning Warning
JavadocType 0 error Error
JavadocVariable 0 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 : "C:\maven\mojo\weblogic-maven-plugin\target\checkout\target\checkstyle-header.txt"
17 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 0 error Error
EmptyForIteratorPad
  • option : "space"
0 error Error
OperatorWrap 11 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/weblogic/WsdlGenMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
warning Expected @throws tag for 'MojoExecutionException'. 86
warning Missing a Javadoc comment. 154
warning Missing a Javadoc comment. 159
warning Missing a Javadoc comment. 164
warning Missing a Javadoc comment. 169
warning Missing a Javadoc comment. 174
warning Missing a Javadoc comment. 179
warning Missing a Javadoc comment. 184
warning Missing a Javadoc comment. 189
warning Missing a Javadoc comment. 194
warning Missing a Javadoc comment. 199

org/codehaus/mojo/weblogic/UnDeployMojo.java

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

org/codehaus/mojo/weblogic/CancelMojo.java

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

org/codehaus/mojo/weblogic/JwscMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
warning 'descriptor' hides a field. 169
error '+' should be on a new line. 341
error '+' should be on a new line. 342

org/codehaus/mojo/weblogic/StopMojo.java

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

org/codehaus/mojo/weblogic/ReDeployMojo.java

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

org/codehaus/mojo/weblogic/Service.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
warning Missing a Javadoc comment. 80
warning Missing a Javadoc comment. 85
warning Missing a Javadoc comment. 90
warning Missing a Javadoc comment. 95
warning Missing a Javadoc comment. 100
warning Missing a Javadoc comment. 105
warning Missing a Javadoc comment. 110
warning Missing a Javadoc comment. 115
warning Missing a Javadoc comment. 120
warning Missing a Javadoc comment. 125
warning Missing a Javadoc comment. 130
warning Missing a Javadoc comment. 135
warning Missing a Javadoc comment. 140
warning Missing a Javadoc comment. 145
warning Missing a Javadoc comment. 150

org/codehaus/mojo/weblogic/util/WeblogicMojoUtilities.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
warning Unused @throws tag for 'IllegalArgumentException'. 176
error '&&' should be on a new line. 262

org/codehaus/mojo/weblogic/ListAppsMojo.java

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

org/codehaus/mojo/weblogic/StartMojo.java

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

org/codehaus/mojo/weblogic/ServiceGenMojo.java

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

org/codehaus/mojo/weblogic/ClientGenMojo.java

Violation Message Line
error Line 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. 294
error '+' should be on a new line. 295

org/codehaus/mojo/weblogic/DeployMojo.java

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

org/codehaus/mojo/weblogic/AbstractWeblogicMojo.java

Violation Message Line
error Line does not match expected header line of '^\s*$'. 2
warning Expected @throws tag for 'MojoExecutionException'. 136
error '||' should be on a new line. 150
error '+' should be on a new line. 159
error '+' should be on a new line. 167
error '+' should be on a new line. 277
error '+' should be on a new line. 278

org/codehaus/mojo/weblogic/ClientGen9Mojo.java

Violation Message Line
error Line 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. 152

org/codehaus/mojo/weblogic/DeployMojoBase.java

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

org/codehaus/mojo/weblogic/AppcMojo.java

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