The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
cz/cuni/amis/pogamut/sposh/context/UT2004TCContext.java | 0 | 0 | 37 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 17 | Error |
RegexpSingleline
| 3 | Error |
JavadocMethod | 3 | Error |
JavadocType | 1 | Error |
JavadocVariable | 1 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
LineLength | 3 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 2 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 1 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 3 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Unused import - cz.cuni.amis.pogamut.ut2004.teamcomm.server.UT2004TCServer. | 5 | |
Line is longer than 80 characters. | 6 | |
Unused import - cz.cuni.amis.pogamut.ut2004.teamcomm.server.protocol.messages.TCControlServerAlive. | 6 | |
Line is longer than 80 characters. | 9 | |
Type Javadoc comment is missing an @param <BOT> tag. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'tcClient' must be private and have accessor methods. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter name should be final. | 16 | |
Parameter bot should be final. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'initializeModules' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter bot should be final. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Expected an @return tag. | 29 | |
Line contains a tab character. | 29 | |
Method 'getTCClient' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 |