The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
org/slasoi/gslam/core/builder/PlanningOptimizationBuilder.java | 0 | 4 | 0 |
org/slasoi/gslam/core/poc/PlanningOptimization.java | 0 | 30 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 17 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength
| 2 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 12 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 0 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 2 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Expected an @return tag. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected an @return tag. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Expected an @return tag. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Expected an @return tag. | 70 |
![]() | Redundant 'public' modifier. | 70 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Expected @param tag for 'negotiationID'. | 88 |
![]() | Expected @param tag for 'slaTemplate'. | 88 |
![]() | Redundant 'public' modifier. | 97 |
![]() | Expected @param tag for 'negotiationID'. | 97 |
![]() | Expected @param tag for 'slaTemplate'. | 97 |
![]() | Redundant 'public' modifier. | 106 |
![]() | Expected @param tag for 'slaID'. | 106 |
![]() | Expected @param tag for 'terminationReason'. | 106 |
![]() | Redundant 'public' modifier. | 114 |
![]() | Expected @param tag for 'slaID'. | 114 |
![]() | Unused @param tag for 'org'. | 128 |
![]() | Redundant 'public' modifier. | 131 |
![]() | Expected @param tag for 'sla'. | 131 |
![]() | Redundant 'public' modifier. | 148 |
![]() | Expected @param tag for 'planId'. | 148 |
![]() | Expected @param tag for 'status'. | 148 |
![]() | Redundant 'public' modifier. | 165 |
![]() | Expected @param tag for 'planId'. | 165 |
![]() | Expected @param tag for 'analysis'. | 165 |