The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
org/slasoi/gslam/commons/how2use/pss4slam/PSS4SLAMBean.java | 0 | 64 | 0 |
org/slasoi/gslam/commons/how2use/pss4slam/Publisher.java | 0 | 42 | 0 |
org/slasoi/gslam/commons/how2use/pss4slam/Subscriber.java | 0 | 37 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 8 | ![]() |
JavadocType | 3 | ![]() |
JavadocVariable | 9 | ![]() |
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 | 2 | ![]() |
LineLength
| 5 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 50 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
LeftCurly | 21 | ![]() |
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 | 8 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 5 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 1 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 19 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Unused import - org.slasoi.sa.pss4slam.core.IPublishable. | 39 |
![]() | Unused import - org.slasoi.sa.pss4slam.core.ISubscribable. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | '(' is followed by whitespace. | 54 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '}' should be on the same line. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Must have at least one statement. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 120 characters. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter services should be final. | 79 |
![]() | 'services' hides a field. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line is longer than 120 characters. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Variable 'services' must be private and have accessor methods. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Variable 'publisher' must be private and have accessor methods. | 87 |
![]() | ';' is preceded with whitespace. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Variable 'subscriber0' must be private and have accessor methods. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Variable 'subscriber1' must be private and have accessor methods. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Variable 'subscriber2' must be private and have accessor methods. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter service should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '{' should be on the previous line. | 49 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | 'cast' is not followed by whitespace. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '}' should be on the same line. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Must have at least one statement. | 64 |
![]() | '}' should be on the same line. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'service' must be private and have accessor methods. | 74 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | Parameter services should be final. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter templates should be final. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '}' should be on the same line. | 63 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'services' must be private and have accessor methods. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Variable 'name' must be private and have accessor methods. | 71 |