The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
org/slasoi/swslam/pac/SoftwareActionExecutionTask.java | 0 | 17 | 0 |
org/slasoi/swslam/pac/SoftwareProvisioningAdjustment.java | 0 | 15 | 0 |
org/slasoi/swslam/pac/SoftwareProvisioningAdjustmentServices.java | 0 | 3 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 10 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 5 | ![]() |
JavadocStyle | 2 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength
| 1 | ![]() |
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 | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 1 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 4 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 1 | ![]() |
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 | 2 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 6 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 53 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 120 characters. | 68 |
![]() | Parameter config should be final. | 68 |
![]() | Expected @param tag for 'config'. | 68 |
![]() | Parameter action should be final. | 68 |
![]() | Expected @param tag for 'action'. | 68 |
![]() | Parameter parent should be final. | 68 |
![]() | Expected @param tag for 'parent'. | 68 |
![]() | First sentence should end with a period. | 73 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '}' should be on the same line. | 107 |
![]() | '}' should be on the same line. | 111 |
![]() | '}' should be on the same line. | 115 |
![]() | '}' should be on the same line. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'iServiceManager' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'SERVICE_MANAGER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'SERVICE_MANAGER_ID' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter configFile should be final. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter iServiceManager should be final. | 61 |
![]() | 'iServiceManager' hides a field. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter agent should be final. | 69 |