The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
9 | 0 | 0 | 30 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
MemberName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 11 | ![]() |
WhitespaceAround | 1 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 9 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Variable 'connector' must be private and have accessor methods. | 40 |
![]() | Variable 'remoteObject' must be private and have accessor methods. | 42 |
![]() | Variable 'invokeMethod' must be private and have accessor methods. | 44 |
![]() | Variable 'methodArguments' must be private and have accessor methods. | 46 |
![]() | 'cast' is not followed by whitespace. | 55 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | 'cast' is not followed by whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'connector' must be private and have accessor methods. | 44 |
![]() | Variable 'remoteObject' must be private and have accessor methods. | 46 |
![]() | 'cast' is not followed by whitespace. | 56 |
![]() | 'cast' is not followed by whitespace. | 175 |
![]() | 'cast' is not followed by whitespace. | 186 |
![]() | '{' is followed by whitespace. | 186 |
![]() | Redundant throws: 'MessagingException' is subclass of 'UMOException'. | 204 |
Violation | Message | Line |
---|---|---|
![]() | '10' is a magic number. | 27 |
![]() | '11' is a magic number. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'remoteObject' must be private and have accessor methods. | 32 |
![]() | Variable 'invokedMethod' must be private and have accessor methods. | 33 |
![]() | 'cast' is not followed by whitespace. | 38 |
![]() | 'cast' is not followed by whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'pollingFrequency' must be private and have accessor methods. | 77 |
![]() | '1000L' is a magic number. | 77 |
![]() | 'cast' is not followed by whitespace. | 231 |
![]() | 'if' is not followed by whitespace. | 254 |
![]() | 'cast' is not followed by whitespace. | 256 |
![]() | Must have at least one statement. | 304 |
![]() | Must have at least one statement. | 314 |
![]() | 'cast' is not followed by whitespace. | 337 |