Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
160920

Rules

RulesViolationsSeverity
JavadocMethod2Warnings Warning
JavadocType0Warnings Warning
JavadocVariable0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName1Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
16Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock1Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly16Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode1Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters54Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage1Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
0Warnings Warning

Details

org/slasoi/gslam/commons/plan/Plan.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsParameter planId should be final.89
WarningsParameter planId should be final.101
WarningsParameter root should be final.133
Warnings'}' should be on the same line.141
WarningsParameter node should be final.155
Warnings'}' should be on the same line.161
WarningsParameter parent should be final.181
WarningsParameter child should be final.181
Warnings'}' should be on the same line.184
WarningsParameter parent should be final.202
WarningsParameter children should be final.202
Warnings'}' should be on the same line.207
Warnings'}' should be on the same line.211
Warnings'}' should be on the same line.216
Warnings'}' should be on the same line.220
WarningsMust have at least one statement.221
WarningsParameter task should be final.238
Warnings'}' should be on the same line.241
WarningsParameter task should be final.254
WarningsExpected @throws tag for 'TaskNotFoundException'.254
Warnings'}' should be on the same line.257
Warnings'}' should be on the same line.292

org/slasoi/gslam/commons/plan/RootFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/Task.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsParameter taskId should be final.96
WarningsParameter slaId should be final.96
WarningsParameter actionName should be final.96
WarningsParameter serviceManagerId should be final.96
WarningsParameter id should be final.110
WarningsParameter id should be final.129
WarningsParameter actionName should be final.148
WarningsParameter id should be final.167
WarningsParameter deploymentTime should be final.186
WarningsParameter timeout should be final.205
WarningsParameter status should be final.224

org/slasoi/gslam/commons/plan/TaskFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/TaskNotFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/AbstractGraph.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
Warnings'}' should be on the same line.79
Warnings'}' should be on the same line.118

org/slasoi/gslam/commons/plan/graph/DirectedAcyclicGraph.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsName 'EDGE_SAME_VERTEX' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
WarningsParameter vertex should be final.83
WarningsParameter vertex should be final.102
WarningsParameter vertex should be final.121
WarningsParameter vertex should be final.140
WarningsParameter vertex should be final.158
WarningsParameter vertex should be final.182
WarningsParameter v1 should be final.211
WarningsParameter v2 should be final.211
WarningsParameter e should be final.229
WarningsParameter v should be final.260
Warnings'}' should be on the same line.263
WarningsParameter e should be final.278
Warnings'}' should be on the same line.288
WarningsParameter v should be final.305
WarningsParameter v should be final.321
WarningsParameter v1 should be final.337
WarningsParameter v2 should be final.337
WarningsParameter v1 should be final.369
WarningsParameter v2 should be final.369
Warnings'}' should be on the same line.382
WarningsParameter vertex should be final.401
WarningsParameter vertex should be final.421
WarningsParameter v1 should be final.456
WarningsParameter v2 should be final.456
Warnings'}' should be on the same line.461
WarningsParameter e should be final.480
WarningsParameter v should be final.498

org/slasoi/gslam/commons/plan/graph/DirectedGraph.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/Edge.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsParameter head should be final.67
WarningsParameter tail should be final.67
WarningsDefinition of 'equals()' without corresponding definition of 'hashCode()'.97
WarningsParameter e should be final.97

org/slasoi/gslam/commons/plan/graph/EdgeFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/EdgeNotFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/Graph.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/VertexDirectedEdgesCollection.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsParameter edge should be final.96
WarningsParameter edge should be final.106
WarningsParameter edge should be final.117
WarningsParameter collection should be final.129
WarningsExpected @param tag for 'collection'.129
WarningsParameter edge should be final.129
WarningsParameter edge should be final.149
WarningsParameter edge should be final.164

org/slasoi/gslam/commons/plan/graph/VertexFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/VertexNotFoundException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/commons/plan/graph/package-info.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30